Class Formula
Assembly: CycloneDX.Core.dll
[ProtoContract]
public class Formula
Properties
|
Edit this page
View Source
Declaration
[JsonPropertyName("bom-ref")]
[ProtoMember(1)]
public string BomRef { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[ProtoMember(2)]
public List<Component> Components { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[ProtoMember(5)]
public List<Property> Properties { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[ProtoMember(3)]
public List<Service> Services { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[ProtoMember(4)]
public List<Workflow> Workflows { get; set; }
Property Value
Methods
|
Edit this page
View Source
Declaration
public bool ShouldSerializeProperties()
Returns
|
Edit this page
View Source
Declaration
public bool ShouldSerializeServices()
Returns