Class Tool
Assembly: CycloneDX.Core.dll
[Obsolete("Tool is deprecated and will be removed in a future version")]
[ProtoContract]
public class Tool : IEquatable<Tool>
Properties
|
Edit this page
View Source
Declaration
[ProtoMember(5)]
public List<ExternalReference> ExternalReferences { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[ProtoMember(4)]
public List<Hash> Hashes { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[ProtoMember(2)]
public string Name { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[ProtoMember(1)]
public string Vendor { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[ProtoMember(3)]
public string Version { get; set; }
Property Value
Methods
|
Edit this page
View Source
Declaration
public bool Equals(Tool obj)
Parameters
Type |
Name |
Description |
Tool |
obj |
|
Returns
|
Edit this page
View Source
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
|
Edit this page
View Source
Declaration
public override int GetHashCode()
Returns
Overrides
|
Edit this page
View Source
Declaration
public bool ShouldSerializeExternalReferences()
Returns
Implements