Class Dependency
Inheritance
System.Object
Dependency
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
|
Improve this Doc
View Source
Provides
Declaration
public List<Provides> Provides { get; set; }
Property Value
|
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
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 |
|