Show / Hide Table of Contents

Class Dependency

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

Properties

| Edit this page View Source

Dependencies

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

Provides

Declaration
public List<Provides> Provides { get; set; }
Property Value
Type Description
List<Provides>
| Edit this page View Source

Provides_Protobuf

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

Ref

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

Methods

| Edit this page View Source

Equals(Dependency)

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

ShouldSerializeProvides_Protobuf()

Declaration
public bool ShouldSerializeProvides_Protobuf()
Returns
Type Description
bool

Implements

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