Class ProtobufTools
Inheritance
System.Object
ProtobufTools
Assembly: CycloneDX.Core.dll
public class ProtobufTools : object
Constructors
|
Improve this Doc
View Source
Declaration
|
Improve this Doc
View Source
Declaration
public ProtobufTools(Tool tool)
Parameters
Type |
Name |
Description |
Tool |
tool |
|
Properties
|
Improve this Doc
View Source
Declaration
public List<Component> Components { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public List<ExternalReference> ExternalReferences { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public List<Hash> Hashes { get; set; }
Property Value
Type |
Description |
List<Hash> |
|
|
Improve this Doc
View Source
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public List<Service> Services { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string Vendor { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string Version { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Declaration
Returns