Show / Hide Table of Contents

Class ProtobufTools

Inheritance
System.Object
ProtobufTools
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
public class ProtobufTools : object

Constructors

| Improve this Doc View Source

ProtobufTools()

Declaration
public ProtobufTools()
| Improve this Doc View Source

ProtobufTools(Tool)

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

Properties

| Improve this Doc View Source

Components

Declaration
public List<Component> Components { get; set; }
Property Value
Type Description
List<Component>
| 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

Services

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

ToTool()

Declaration
public Tool ToTool()
Returns
Type Description
Tool
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX