Class Component
Inheritance
System.Object
Component
Assembly: CycloneDX.Core.dll
Syntax
public class Component : IEquatable<Component>, IHasBomRef
Properties
|
Improve this Doc
View Source
Author
Declaration
public string Author { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Author_Xml
Declaration
public string Author_Xml { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Authors
Declaration
public List<OrganizationalContact> Authors { get; set; }
Property Value
|
Improve this Doc
View Source
BomRef
Declaration
public string BomRef { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Components
Declaration
public List<Component> Components { get; set; }
Property Value
|
Improve this Doc
View Source
Copyright
Declaration
public string Copyright { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Cpe
Declaration
public string Cpe { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CryptoProperties
Declaration
public CryptoProperties CryptoProperties { get; set; }
Property Value
|
Improve this Doc
View Source
Data
Declaration
public Data Data { get; set; }
Property Value
|
Improve this Doc
View Source
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Evidence
Declaration
public Evidence Evidence { get; set; }
Property Value
|
Improve this Doc
View Source
ExternalReferences
Declaration
public List<ExternalReference> ExternalReferences { get; set; }
Property Value
|
Improve this Doc
View Source
Group
Declaration
public string Group { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Hashes
Declaration
public List<Hash> Hashes { get; set; }
Property Value
Type |
Description |
List<Hash> |
|
|
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
Manufacturer
Declaration
public OrganizationalEntity Manufacturer { get; set; }
Property Value
|
Improve this Doc
View Source
MimeType
Declaration
public string MimeType { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ModelCard
Declaration
public ModelCard ModelCard { get; set; }
Property Value
|
Improve this Doc
View Source
Modified
Declaration
public bool? Modified { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
NonNullableModified
Declaration
public bool NonNullableModified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
NonNullableScope
Declaration
public Component.ComponentScope NonNullableScope { get; set; }
Property Value
|
Improve this Doc
View Source
OmniborId
Declaration
public List<string> OmniborId { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
|
Improve this Doc
View Source
Pedigree
Declaration
public Pedigree Pedigree { get; set; }
Property Value
|
Improve this Doc
View Source
Properties
Declaration
public List<Property> Properties { get; set; }
Property Value
|
Improve this Doc
View Source
Publisher
Declaration
public string Publisher { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Purl
Declaration
public string Purl { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ReleaseNotes
Declaration
public ReleaseNotes ReleaseNotes { get; set; }
Property Value
|
Improve this Doc
View Source
Scope
Declaration
public Component.ComponentScope? Scope { get; set; }
Property Value
|
Improve this Doc
View Source
Signature
Declaration
public SignatureChoice Signature { get; set; }
Property Value
|
Improve this Doc
View Source
Supplier
Declaration
public OrganizationalEntity Supplier { get; set; }
Property Value
|
Improve this Doc
View Source
Swhid
Declaration
public List<string> Swhid { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
|
Improve this Doc
View Source
Swid
Declaration
public Swid Swid { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public List<string> Tags { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
|
Improve this Doc
View Source
Type
Declaration
public Component.Classification Type { get; set; }
Property Value
|
Improve this Doc
View Source
Version
Declaration
public string Version { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
XmlSignature
Declaration
public XmlElement XmlSignature { get; set; }
Property Value
Type |
Description |
XmlElement |
|
Methods
|
Improve this Doc
View Source
Equals(Component)
Declaration
public bool Equals(Component obj)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ShouldSerializeAuthor_Xml()
Declaration
public bool ShouldSerializeAuthor_Xml()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShouldSerializeAuthors()
Declaration
public bool ShouldSerializeAuthors()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShouldSerializeComponents()
Declaration
public bool ShouldSerializeComponents()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShouldSerializeExternalReferences()
Declaration
public bool ShouldSerializeExternalReferences()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShouldSerializeHashes()
Declaration
public bool ShouldSerializeHashes()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShouldSerializeLicensesSerialized()
Declaration
public bool ShouldSerializeLicensesSerialized()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShouldSerializeManufacturer()
Declaration
public bool ShouldSerializeManufacturer()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShouldSerializeNonNullableModified()
Declaration
public bool ShouldSerializeNonNullableModified()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShouldSerializeNonNullableScope()
Declaration
public bool ShouldSerializeNonNullableScope()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShouldSerializeOmniborId()
Declaration
public bool ShouldSerializeOmniborId()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShouldSerializeProperties()
Declaration
public bool ShouldSerializeProperties()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShouldSerializeReleaseNotes()
Declaration
public bool ShouldSerializeReleaseNotes()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShouldSerializeSwhid()
Declaration
public bool ShouldSerializeSwhid()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool ShouldSerializeTags()
Returns
Type |
Description |
System.Boolean |
|
Implements
Extension Methods