Show / Hide Table of Contents

Class Tool

Inheritance
object
Tool
Implements
IEquatable<Tool>
Inherited Members
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
[Obsolete("Tool is deprecated and will be removed in a future version")]
[ProtoContract]
public class Tool : IEquatable<Tool>

Properties

| Edit this page View Source

ExternalReferences

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

Hashes

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

Name

Declaration
[ProtoMember(2)]
public string Name { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Vendor

Declaration
[ProtoMember(1)]
public string Vendor { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Version

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

Methods

| Edit this page View Source

Equals(Tool)

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

ShouldSerializeExternalReferences()

Declaration
public bool ShouldSerializeExternalReferences()
Returns
Type Description
bool

Implements

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