Class Standard
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
|
Edit this page
View Source
AnyAttr
Declaration
public XmlAttribute[] AnyAttr { get; set; }
Property Value
|
Edit this page
View Source
BomRef
Declaration
[JsonPropertyName("bom-ref")]
[ProtoMember(1)]
public string BomRef { get; set; }
Property Value
|
Edit this page
View Source
Description
Declaration
[ProtoMember(4)]
public string Description { get; set; }
Property Value
|
Edit this page
View Source
ExternalReferences
Declaration
[ProtoMember(8)]
public List<ExternalReference> ExternalReferences { get; set; }
Property Value
|
Edit this page
View Source
Levels
Declaration
[ProtoMember(7)]
public List<Level> Levels { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
[ProtoMember(2)]
public string Name { get; set; }
Property Value
|
Edit this page
View Source
Owner
Declaration
[ProtoMember(5)]
public string Owner { get; set; }
Property Value
|
Edit this page
View Source
Requirements
Declaration
[ProtoMember(6)]
public List<Requirement> Requirements { get; set; }
Property Value
|
Edit this page
View Source
Signature
Declaration
public SignatureChoice Signature { get; set; }
Property Value
|
Edit this page
View Source
Version
Declaration
[ProtoMember(3)]
public string Version { get; set; }
Property Value
Methods
|
Edit this page
View Source
Equals(Standard)
Declaration
public bool Equals(Standard obj)
Parameters
Returns
|
Edit this page
View Source
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Edit this page
View Source
ShouldSerializeExternalReferences()
Declaration
public bool ShouldSerializeExternalReferences()
Returns
Implements