Class ExternalReference
Inheritance
ExternalReference
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class ExternalReference : IEquatable<ExternalReference>
Properties
|
Edit this page
View Source
Declaration
[ProtoMember(3)]
public string Comment { get; set; }
Property Value
|
Edit this page
View Source
Hashes
Declaration
[ProtoMember(4)]
public List<Hash> Hashes { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
[ProtoMember(1, IsRequired = true)]
public ExternalReference.ExternalReferenceType Type { get; set; }
Property Value
|
Edit this page
View Source
Url
Declaration
[ProtoMember(2)]
public string Url { get; set; }
Property Value
Methods
|
Edit this page
View Source
Equals(ExternalReference)
Declaration
public bool Equals(ExternalReference 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
ShouldSerializeHashes()
Declaration
public bool ShouldSerializeHashes()
Returns
Implements