Class EnergyProvider
Inheritance
EnergyProvider
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class EnergyProvider
Properties
|
Edit this page
View Source
BomRef
Declaration
[ProtoMember(1)]
public string BomRef { get; set; }
Property Value
|
Edit this page
View Source
Description
Declaration
[ProtoMember(2)]
public string Description { get; set; }
Property Value
|
Edit this page
View Source
EnergyProvided
Declaration
[ProtoMember(5)]
public EnergyMeasure EnergyProvided { get; set; }
Property Value
|
Edit this page
View Source
EnergySource
Declaration
[ProtoMember(4)]
public EnergySource EnergySource { get; set; }
Property Value
|
Edit this page
View Source
ExternalReferences
Declaration
[ProtoMember(6)]
public List<ExternalReference> ExternalReferences { get; set; }
Property Value
|
Edit this page
View Source
Organization
Declaration
[ProtoMember(3)]
public OrganizationalEntity Organization { get; set; }
Property Value
Methods
|
Edit this page
View Source
ShouldSerializeExternalReferences()
Declaration
public bool ShouldSerializeExternalReferences()
Returns