Class Requirement
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
|
Edit this page
View Source
Descriptions
Declaration
[ProtoMember(5)]
public List<string> Descriptions { get; set; }
Property Value
|
Edit this page
View Source
ExternalReferences
Declaration
[ProtoMember(9)]
public List<ExternalReference> ExternalReferences { get; set; }
Property Value
|
Edit this page
View Source
Identifier
Declaration
[ProtoMember(2)]
public string Identifier { get; set; }
Property Value
|
Edit this page
View Source
OpenCre
Declaration
[ProtoMember(6)]
public List<string> OpenCre { get; set; }
Property Value
|
Edit this page
View Source
Parent
Declaration
[ProtoMember(7)]
public string Parent { get; set; }
Property Value
|
Edit this page
View Source
Properties
Declaration
[ProtoMember(8)]
public List<Property> Properties { get; set; }
Property Value
|
Edit this page
View Source
Text
Declaration
[ProtoMember(4)]
public string Text { get; set; }
Property Value
|
Edit this page
View Source
Title
Declaration
[ProtoMember(3)]
public string Title { get; set; }
Property Value
Methods
|
Edit this page
View Source
ShouldSerializeDescriptions()
Declaration
public bool ShouldSerializeDescriptions()
Returns
|
Edit this page
View Source
ShouldSerializeExternalReferences()
Declaration
public bool ShouldSerializeExternalReferences()
Returns
|
Edit this page
View Source
ShouldSerializeProperties()
Declaration
public bool ShouldSerializeProperties()
Returns
Implements