Show / Hide Table of Contents

Class EnergyProvider

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

Properties

| Improve this Doc View Source

BomRef

Declaration
public string BomRef { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

EnergyProvided

Declaration
public EnergyMeasure EnergyProvided { get; set; }
Property Value
Type Description
EnergyMeasure
| Improve this Doc View Source

EnergySource

Declaration
public EnergySource EnergySource { get; set; }
Property Value
Type Description
EnergySource
| Improve this Doc View Source

ExternalReferences

Declaration
public List<ExternalReference> ExternalReferences { get; set; }
Property Value
Type Description
List<ExternalReference>
| Improve this Doc View Source

Organization

Declaration
public OrganizationalEntity Organization { get; set; }
Property Value
Type Description
OrganizationalEntity

Methods

| Improve this Doc View Source

ShouldSerializeExternalReferences()

Declaration
public bool ShouldSerializeExternalReferences()
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX