Show / Hide Table of Contents

Class ExternalReference

Inheritance
object
ExternalReference
Implements
IEquatable<ExternalReference>
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 ExternalReference : IEquatable<ExternalReference>

Properties

| Edit this page View Source

Comment

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

Hashes

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

Type

Declaration
[ProtoMember(1, IsRequired = true)]
public ExternalReference.ExternalReferenceType Type { get; set; }
Property Value
Type Description
ExternalReference.ExternalReferenceType
| Edit this page View Source

Url

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

Methods

| Edit this page View Source

Equals(ExternalReference)

Declaration
public bool Equals(ExternalReference obj)
Parameters
Type Name Description
ExternalReference 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

ShouldSerializeHashes()

Declaration
public bool ShouldSerializeHashes()
Returns
Type Description
bool

Implements

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