Show / Hide Table of Contents

Class Requirement

Inheritance
object
Requirement
Implements
IHasBomRef
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 Requirement : IHasBomRef

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

Descriptions

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

ExternalReferences

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

Identifier

Declaration
[ProtoMember(2)]
public string Identifier { get; set; }
Property Value
Type Description
string
| Edit this page View Source

OpenCre

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

Parent

Declaration
[ProtoMember(7)]
public string Parent { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Properties

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

Text

Declaration
[ProtoMember(4)]
public string Text { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Title

Declaration
[ProtoMember(3)]
public string Title { get; set; }
Property Value
Type Description
string

Methods

| Edit this page View Source

ShouldSerializeDescriptions()

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

ShouldSerializeExternalReferences()

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

ShouldSerializeProperties()

Declaration
public bool ShouldSerializeProperties()
Returns
Type Description
bool

Implements

IHasBomRef
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX