Class Metadata
Assembly: CycloneDX.Core.dll
[ProtoContract]
public class Metadata
Properties
|
Edit this page
View Source
Declaration
[ProtoMember(3)]
public List<OrganizationalContact> Authors { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[ProtoMember(4)]
public Component Component { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[ProtoMember(7)]
public List<LicenseChoice> Licenses { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[ProtoMember(9)]
public List<Lifecycles> Lifecycles { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[Obsolete("This will be removed in a future version.Use the @.component.manufacturer instead.")]
[ProtoMember(5)]
public OrganizationalEntity Manufacture { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[ProtoMember(10)]
public OrganizationalEntity Manufacturer { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[ProtoMember(8)]
public List<Property> Properties { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonIgnore]
[ProtoMember(2)]
public List<ProtobufTools> ProtobufTools { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[ProtoMember(6)]
public OrganizationalEntity Supplier { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[ProtoMember(1)]
public DateTime? Timestamp { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public ToolChoices Tools { get; set; }
Property Value
Methods
|
Edit this page
View Source
Declaration
public bool ShouldSerializeLicenses()
Returns
|
Edit this page
View Source
Declaration
public bool ShouldSerializeLifecycles()
Returns
|
Edit this page
View Source
Declaration
public bool ShouldSerializeManufacture_Xml()
Returns
|
Edit this page
View Source
Declaration
public bool ShouldSerializeManufacturer()
Returns
|
Edit this page
View Source
Declaration
public bool ShouldSerializeProperties()
Returns
|
Edit this page
View Source
Declaration
public bool ShouldSerializeTimestamp()
Returns