Show / Hide Table of Contents

Class Evidence

Inheritance
System.Object
Evidence
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
public class Evidence : object

Properties

| Improve this Doc View Source

Callstack

Declaration
public Callstack Callstack { get; set; }
Property Value
Type Description
Callstack
| Improve this Doc View Source

Copyright

Declaration
public List<EvidenceCopyright> Copyright { get; set; }
Property Value
Type Description
List<EvidenceCopyright>
| Improve this Doc View Source

Identity

Declaration
public List<EvidenceIdentity> Identity { get; set; }
Property Value
Type Description
List<EvidenceIdentity>
| Improve this Doc View Source

IdentitySerialized

Declaration
public EvidenceIdentityList IdentitySerialized { get; set; }
Property Value
Type Description
EvidenceIdentityList
| Improve this Doc View Source

Licenses

Declaration
public List<LicenseChoice> Licenses { get; set; }
Property Value
Type Description
List<LicenseChoice>
| Improve this Doc View Source

LicensesSerialized

Declaration
public LicenseChoiceList LicensesSerialized { get; set; }
Property Value
Type Description
LicenseChoiceList
| Improve this Doc View Source

Occurrences

Declaration
public List<EvidenceOccurrence> Occurrences { get; set; }
Property Value
Type Description
List<EvidenceOccurrence>

Methods

| Improve this Doc View Source

ShouldSerializeLicensesSerialized()

Declaration
public bool ShouldSerializeLicensesSerialized()
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX