Class ExternalReference
Inheritance
System.Object
ExternalReference
Assembly: CycloneDX.Core.dll
Syntax
public class ExternalReference : IEquatable<ExternalReference>
Properties
|
Improve this Doc
View Source
Declaration
public string Comment { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Hashes
Declaration
public List<Hash> Hashes { get; set; }
Property Value
Type |
Description |
List<Hash> |
|
|
Improve this Doc
View Source
Type
Declaration
public ExternalReference.ExternalReferenceType Type { get; set; }
Property Value
|
Improve this Doc
View Source
Url
Declaration
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Equals(ExternalReference)
Declaration
public bool Equals(ExternalReference obj)
Parameters
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
ShouldSerializeHashes()
Declaration
public bool ShouldSerializeHashes()
Returns
Type |
Description |
System.Boolean |
|