Show / Hide Table of Contents

Class StandardsType

Inheritance
object
StandardsType
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
public class StandardsType

Properties

| Edit this page View Source

Any

Declaration
public List<XmlElement> Any { get; set; }
Property Value
Type Description
List<XmlElement>
| Edit this page View Source

AnyAttr

Declaration
public XmlAttribute[] AnyAttr { get; set; }
Property Value
Type Description
XmlAttribute[]
| Edit this page View Source

Standards

Declaration
public List<Standard> Standards { get; set; }
Property Value
Type Description
List<Standard>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX