Show / Hide Table of Contents

Class Dependency

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

Properties

| Improve this Doc View Source

Dependencies

Declaration
public List<Dependency> Dependencies { get; set; }
Property Value
Type Description
List<Dependency>
| Improve this Doc View Source

Provides

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

Provides_Protobuf

Declaration
public List<string> Provides_Protobuf { get; set; }
Property Value
Type Description
List<System.String>
| Improve this Doc View Source

Ref

Declaration
public string Ref { get; set; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

Equals(Dependency)

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

ShouldSerializeProvides_Protobuf()

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