Show / Hide Table of Contents

Class ProtobufTools

Inheritance
object
ProtobufTools
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class ProtobufTools

Constructors

| Edit this page View Source

ProtobufTools()

Declaration
public ProtobufTools()
| Edit this page View Source

ProtobufTools(Tool)

Declaration
public ProtobufTools(Tool tool)
Parameters
Type Name Description
Tool tool

Properties

| Edit this page View Source

Components

Declaration
[ProtoMember(6)]
public List<Component> Components { get; set; }
Property Value
Type Description
List<Component>
| 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

Services

Declaration
[ProtoMember(7)]
public List<Service> Services { get; set; }
Property Value
Type Description
List<Service>
| 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

ToTool()

Declaration
public Tool ToTool()
Returns
Type Description
Tool
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX