Class Level
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class Level : IHasBomRef
Properties
|
Edit this page
View Source
AnyAttr
Declaration
public XmlAttribute[] AnyAttr { get; set; }
Property Value
|
Edit this page
View Source
BomRef
Declaration
[JsonPropertyName("bom-ref")]
[ProtoMember(1)]
public string BomRef { get; set; }
Property Value
|
Edit this page
View Source
Description
Declaration
[ProtoMember(4)]
public string Description { 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
Requirements
Declaration
[ProtoMember(5)]
public List<string> Requirements { get; set; }
Property Value
|
Edit this page
View Source
Title
Declaration
[ProtoMember(3)]
public string Title { get; set; }
Property Value
Implements