Show / Hide Table of Contents

Class EvidenceMethods

Inheritance
object
EvidenceMethods
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class EvidenceMethods

Properties

| Edit this page View Source

Confidence

Declaration
[ProtoMember(2)]
public float Confidence { get; set; }
Property Value
Type Description
float
| Edit this page View Source

Technique

Declaration
[ProtoMember(1)]
public EvidenceMethods.EvidenceTechnique Technique { get; set; }
Property Value
Type Description
EvidenceMethods.EvidenceTechnique
| Edit this page View Source

Value

Declaration
[ProtoMember(3)]
public string Value { get; set; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX