Show / Hide Table of Contents

Class ExternalReference

Inheritance
System.Object
ExternalReference
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
public class ExternalReference : IEquatable<ExternalReference>

Properties

| Improve this Doc View Source

Comment

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
Type Description
ExternalReference.ExternalReferenceType
| 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
Type Name Description
ExternalReference 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

ShouldSerializeHashes()

Declaration
public bool ShouldSerializeHashes()
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX