Show / Hide Table of Contents

Class Standard

Inheritance
System.Object
Standard
Implements
IHasBomRef
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
public class Standard : IEquatable<Standard>, IHasBomRef

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

BomRef

Declaration
public string BomRef { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ExternalReferences

Declaration
public List<ExternalReference> ExternalReferences { get; set; }
Property Value
Type Description
List<ExternalReference>
| Improve this Doc View Source

Levels

Declaration
public List<Level> Levels { get; set; }
Property Value
Type Description
List<Level>
| Improve this Doc View Source

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Owner

Declaration
public string Owner { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Requirements

Declaration
public List<Requirement> Requirements { get; set; }
Property Value
Type Description
List<Requirement>
| Improve this Doc View Source

Signature

Declaration
public SignatureChoice Signature { get; set; }
Property Value
Type Description
SignatureChoice
| Improve this Doc View Source

Version

Declaration
public string Version { get; set; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

Equals(Standard)

Declaration
public bool Equals(Standard obj)
Parameters
Type Name Description
Standard obj
Returns
Type Description
System.Boolean
| Improve this Doc View Source

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Boolean
| Improve this Doc View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32
| Improve this Doc View Source

ShouldSerializeExternalReferences()

Declaration
public bool ShouldSerializeExternalReferences()
Returns
Type Description
System.Boolean

Implements

IHasBomRef
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX