Class StandardsType
Inheritance
System.Object
StandardsType
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