Class ProtobufTools
Inheritance
ProtobufTools
Assembly: CycloneDX.Core.dll
[ProtoContract]
public class ProtobufTools
Constructors
|
Edit this page
View Source
Declaration
|
Edit this page
View Source
Declaration
public ProtobufTools(Tool tool)
Parameters
Type |
Name |
Description |
Tool |
tool |
|
Properties
|
Edit this page
View Source
Declaration
[ProtoMember(6)]
public List<Component> Components { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[ProtoMember(5)]
public List<ExternalReference> ExternalReferences { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[ProtoMember(4)]
public List<Hash> Hashes { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[ProtoMember(2)]
public string Name { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[ProtoMember(7)]
public List<Service> Services { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[ProtoMember(1)]
public string Vendor { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[ProtoMember(3)]
public string Version { get; set; }
Property Value
Methods
|
Edit this page
View Source
Declaration
Returns