Show / Hide Table of Contents

Class Level

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

Properties

| Improve this Doc View Source

AnyAttr

Declaration
public System.Xml.XmlAttribute[] AnyAttr { get; set; }
Property Value
Type Description
System.Xml.XmlAttribute[]
| Improve this Doc View Source

BomRef

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

Description

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

Identifier

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

Requirements

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

Title

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

Implements

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