Show / Hide Table of Contents

Class Formula

Inheritance
object
Formula
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class Formula

Properties

| Edit this page View Source

BomRef

Declaration
[JsonPropertyName("bom-ref")]
[ProtoMember(1)]
public string BomRef { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Components

Declaration
[ProtoMember(2)]
public List<Component> Components { get; set; }
Property Value
Type Description
List<Component>
| Edit this page View Source

Properties

Declaration
[ProtoMember(5)]
public List<Property> Properties { get; set; }
Property Value
Type Description
List<Property>
| Edit this page View Source

Services

Declaration
[ProtoMember(3)]
public List<Service> Services { get; set; }
Property Value
Type Description
List<Service>
| Edit this page View Source

Workflows

Declaration
[ProtoMember(4)]
public List<Workflow> Workflows { get; set; }
Property Value
Type Description
List<Workflow>

Methods

| Edit this page View Source

ShouldSerializeProperties()

Declaration
public bool ShouldSerializeProperties()
Returns
Type Description
bool
| Edit this page View Source

ShouldSerializeServices()

Declaration
public bool ShouldSerializeServices()
Returns
Type Description
bool
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX