Show / Hide Table of Contents

Class Requirement

Inheritance
System.Object
Requirement
Implements
IHasBomRef
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
public class Requirement : object, IHasBomRef

Properties

| Improve this Doc View Source

BomRef

Declaration
public string BomRef { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Descriptions

Declaration
public List<string> Descriptions { get; set; }
Property Value
Type Description
List<System.String>
| Improve this Doc View Source

ExternalReferences

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

Identifier

Declaration
public string Identifier { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

OpenCre

Declaration
public List<string> OpenCre { get; set; }
Property Value
Type Description
List<System.String>
| Improve this Doc View Source

Parent

Declaration
public string Parent { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Properties

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

Text

Declaration
public string Text { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Title

Declaration
public string Title { get; set; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

ShouldSerializeDescriptions()

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

ShouldSerializeExternalReferences()

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

ShouldSerializeProperties()

Declaration
public bool ShouldSerializeProperties()
Returns
Type Description
System.Boolean

Implements

IHasBomRef
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX