Class Tool
Inheritance
System.Object
Tool
Assembly: CycloneDX.Core.dll
public class Tool : IEquatable<Tool>
Properties
|
Improve this Doc
View Source
Declaration
public List<ExternalReference> ExternalReferences { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public List<Hash> Hashes { get; set; }
Property Value
Type |
Description |
List<Hash> |
|
|
Improve this Doc
View Source
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string Vendor { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string Version { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Declaration
public bool Equals(Tool obj)
Parameters
Type |
Name |
Description |
Tool |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public bool ShouldSerializeExternalReferences()
Returns
Type |
Description |
System.Boolean |
|