Show / Hide Table of Contents

Class Formula

Inheritance
System.Object
Formula
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
public class Formula : object

Properties

| 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
Type Description
List<Component>
| Improve this Doc View Source

Properties

Declaration
public List<Property> Properties { get; set; }
Property Value
Type Description
List<Property>
| Improve this Doc View Source

Services

Declaration
public List<Service> Services { get; set; }
Property Value
Type Description
List<Service>
| Improve this Doc View Source

Workflows

Declaration
public List<Workflow> Workflows { get; set; }
Property Value
Type Description
List<Workflow>

Methods

| Improve this Doc View Source

ShouldSerializeProperties()

Declaration
public bool ShouldSerializeProperties()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ShouldSerializeServices()

Declaration
public bool ShouldSerializeServices()
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX