Show / Hide Table of Contents

Class Tool

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

Properties

| Improve this Doc View Source

ExternalReferences

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

Hashes

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

Name

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

Vendor

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

Version

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

Methods

| Improve this Doc View Source

Equals(Tool)

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

ShouldSerializeExternalReferences()

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