Class Metadata
Inheritance
System.Object
Metadata
Assembly: CycloneDX.Core.dll
public class Metadata : object
Properties
|
Improve this Doc
View Source
Declaration
public List<OrganizationalContact> Authors { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Component Component { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public List<LicenseChoice> Licenses { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public LicenseChoiceList LicensesSerialized { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public List<Lifecycles> Lifecycles { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public OrganizationalEntity Manufacture { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public OrganizationalEntity Manufacture_Xml { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public OrganizationalEntity Manufacturer { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public List<Property> Properties { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public List<ProtobufTools> ProtobufTools { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public OrganizationalEntity Supplier { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public DateTime? Timestamp { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
|
Improve this Doc
View Source
Declaration
public ToolChoices Tools { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
public bool ShouldSerializeLicenses()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool ShouldSerializeLicensesSerialized()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool ShouldSerializeLifecycles()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool ShouldSerializeManufacture_Xml()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool ShouldSerializeManufacturer()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool ShouldSerializeProperties()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool ShouldSerializeTimestamp()
Returns
Type |
Description |
System.Boolean |
|