Show / Hide Table of Contents

Class Definitions

Inheritance
object
Definitions
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
[ProtoContract]
public class Definitions

Properties

| Edit this page View Source

Standards

Declaration
[JsonPropertyName("standards")]
[ProtoMember(1)]
public List<Standard> Standards { get; set; }
Property Value
Type Description
List<Standard>
| Edit this page View Source

Standards_XML

Declaration
[JsonIgnore]
public StandardsType Standards_XML { get; set; }
Property Value
Type Description
StandardsType
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX