Show / Hide Table of Contents

Class Level

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

Properties

| Edit this page View Source

AnyAttr

Declaration
public XmlAttribute[] AnyAttr { get; set; }
Property Value
Type Description
XmlAttribute[]
| 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

Description

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

Identifier

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

Requirements

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

Title

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

Implements

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