Class Formula
Inheritance
System.Object
Formula
Assembly: CycloneDX.Core.dll
public class Formula : object
Properties
|
Improve this Doc
View Source
Declaration
public string BomRef { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public List<Component> Components { 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<Service> Services { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public List<Workflow> Workflows { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
public bool ShouldSerializeProperties()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool ShouldSerializeServices()
Returns
Type |
Description |
System.Boolean |
|