Show / Hide Table of Contents

Class EnergyProvider

Inheritance
object
EnergyProvider
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 EnergyProvider

Properties

| Edit this page View Source

BomRef

Declaration
[ProtoMember(1)]
public string BomRef { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Description

Declaration
[ProtoMember(2)]
public string Description { get; set; }
Property Value
Type Description
string
| Edit this page View Source

EnergyProvided

Declaration
[ProtoMember(5)]
public EnergyMeasure EnergyProvided { get; set; }
Property Value
Type Description
EnergyMeasure
| Edit this page View Source

EnergySource

Declaration
[ProtoMember(4)]
public EnergySource EnergySource { get; set; }
Property Value
Type Description
EnergySource
| Edit this page View Source

ExternalReferences

Declaration
[ProtoMember(6)]
public List<ExternalReference> ExternalReferences { get; set; }
Property Value
Type Description
List<ExternalReference>
| Edit this page View Source

Organization

Declaration
[ProtoMember(3)]
public OrganizationalEntity Organization { get; set; }
Property Value
Type Description
OrganizationalEntity

Methods

| Edit this page View Source

ShouldSerializeExternalReferences()

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