Show / Hide Table of Contents

Class Standard

Inheritance
object
Standard
Implements
IEquatable<Standard>
IHasBomRef
Inherited Members
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class Standard : IEquatable<Standard>, IHasBomRef

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

BomRef

Declaration
[JsonPropertyName("bom-ref")]
[ProtoMember(1)]
public string BomRef { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Description

Declaration
[ProtoMember(4)]
public string Description { get; set; }
Property Value
Type Description
string
| Edit this page View Source

ExternalReferences

Declaration
[ProtoMember(8)]
public List<ExternalReference> ExternalReferences { get; set; }
Property Value
Type Description
List<ExternalReference>
| Edit this page View Source

Levels

Declaration
[ProtoMember(7)]
public List<Level> Levels { get; set; }
Property Value
Type Description
List<Level>
| Edit this page View Source

Name

Declaration
[ProtoMember(2)]
public string Name { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Owner

Declaration
[ProtoMember(5)]
public string Owner { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Requirements

Declaration
[ProtoMember(6)]
public List<Requirement> Requirements { get; set; }
Property Value
Type Description
List<Requirement>
| Edit this page View Source

Signature

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

Version

Declaration
[ProtoMember(3)]
public string Version { get; set; }
Property Value
Type Description
string

Methods

| Edit this page View Source

Equals(Standard)

Declaration
public bool Equals(Standard obj)
Parameters
Type Name Description
Standard obj
Returns
Type Description
bool
| Edit this page View Source

Equals(object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj
Returns
Type Description
bool
Overrides
object.Equals(object)
| Edit this page View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
int
Overrides
object.GetHashCode()
| Edit this page View Source

ShouldSerializeExternalReferences()

Declaration
public bool ShouldSerializeExternalReferences()
Returns
Type Description
bool

Implements

IEquatable<T>
IHasBomRef
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX