GREET API
Exposed interfaces to create modules that can be loaded in GREET
 All Classes Namespaces Files Functions Enumerations Enumerator Properties Events
PlugInsInterfaces.DataTypes.Technology.ITechnology Interface Reference

A technology that contains emission factors for a given resource used More...

Inheritance diagram for PlugInsInterfaces.DataTypes.Technology.ITechnology:
Collaboration diagram for PlugInsInterfaces.DataTypes.Technology.ITechnology:

Properties

string Name [get, set]
 Name for this technology as it is going to show on the graphical interface More...
 
int Id [get, set]
 Unique ID for this technology among the technologies More...
 
List< IYearEmissionFactorsYearEmissionFactors [get]
 Technology ID for this technology's base technology More...
 
string PictureName [get, set]
 Image Name that represents the technology More...
 
int BaseTechnology [get, set]
 If the definition of this technology is made up of ratios, this defines the base technology on which these ratios refers to More...
 

Additional Inherited Members

- Public Member Functions inherited from PlugInsInterfaces.DataTypes.IXmlObj
XmlNode ToXmlNode (XmlDocument xmlDoc)
 
void FromXmlNode (IData data, XmlNode node)
 

Detailed Description

A technology that contains emission factors for a given resource used

Definition at line 13 of file ITechnology.cs.

Property Documentation

int PlugInsInterfaces.DataTypes.Technology.ITechnology.BaseTechnology
getset

If the definition of this technology is made up of ratios, this defines the base technology on which these ratios refers to

Definition at line 44 of file ITechnology.cs.

int PlugInsInterfaces.DataTypes.Technology.ITechnology.Id
getset

Unique ID for this technology among the technologies

Definition at line 25 of file ITechnology.cs.

string PlugInsInterfaces.DataTypes.Technology.ITechnology.Name
getset

Name for this technology as it is going to show on the graphical interface

Definition at line 19 of file ITechnology.cs.

string PlugInsInterfaces.DataTypes.Technology.ITechnology.PictureName
getset

Image Name that represents the technology

Definition at line 37 of file ITechnology.cs.

List<IYearEmissionFactors> PlugInsInterfaces.DataTypes.Technology.ITechnology.YearEmissionFactors
get

Technology ID for this technology's base technology

Definition at line 31 of file ITechnology.cs.


The documentation for this interface was generated from the following file: