Class Evidence
Inheritance
System.Object
Evidence
Assembly: CycloneDX.Core.dll
Syntax
public class Evidence : object
Properties
|
Improve this Doc
View Source
Callstack
Declaration
public Callstack Callstack { get; set; }
Property Value
|
Improve this Doc
View Source
Copyright
Declaration
public List<EvidenceCopyright> Copyright { get; set; }
Property Value
|
Improve this Doc
View Source
Identity
Declaration
public List<EvidenceIdentity> Identity { get; set; }
Property Value
|
Improve this Doc
View Source
IdentitySerialized
Declaration
public EvidenceIdentityList IdentitySerialized { get; set; }
Property Value
|
Improve this Doc
View Source
Licenses
Declaration
public List<LicenseChoice> Licenses { get; set; }
Property Value
|
Improve this Doc
View Source
LicensesSerialized
Declaration
public LicenseChoiceList LicensesSerialized { get; set; }
Property Value
|
Improve this Doc
View Source
Occurrences
Declaration
public List<EvidenceOccurrence> Occurrences { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
ShouldSerializeLicensesSerialized()
Declaration
public bool ShouldSerializeLicensesSerialized()
Returns
Type |
Description |
System.Boolean |
|