Show / Hide Table of Contents

Class StandardsType

Inheritance
System.Object
StandardsType
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
public class StandardsType : object

Properties

| Improve this Doc View Source

Any

Declaration
public List<System.Xml.XmlElement> Any { get; set; }
Property Value
Type Description
List<System.Xml.XmlElement>
| 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

Standards

Declaration
public List<Standard> Standards { get; set; }
Property Value
Type Description
List<Standard>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX