Class StandardsType
Inherited Members
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
public class StandardsType
Properties
| Edit this page View SourceAny
Declaration
public List<XmlElement> Any { get; set; }
Property Value
Type | Description |
---|---|
List<XmlElement> |
AnyAttr
Declaration
public XmlAttribute[] AnyAttr { get; set; }
Property Value
Type | Description |
---|---|
XmlAttribute[] |
Standards
Declaration
public List<Standard> Standards { get; set; }
Property Value
Type | Description |
---|---|
List<Standard> |