Greet 2014
Documentation for the GREET 2014 API
 All Classes Namespaces Functions Variables Enumerations Properties Events
Greet.DataStructureV3.Interfaces.ITechnology Interface Reference

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

Inheritance diagram for Greet.DataStructureV3.Interfaces.ITechnology:
Greet.DataStructureV3.Interfaces.IXmlObj Greet.DataStructureV3.Entities.TechnologyData

Properties

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...
 
int Id [get, set]
 Unique ID for this technology among the technologies More...
 
string Name [get, set]
 Name for this technology as it is going to show on the graphical interface More...
 
string PictureName [get, set]
 Image Name that represents the technology More...
 
List< IYearEmissionFactorsYearEmissionFactors [get]
 Technology ID for this technology's base technology More...
 

Additional Inherited Members

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

Detailed Description

A technology that contains emission factors for a given resource used

Property Documentation

int Greet.DataStructureV3.Interfaces.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

int Greet.DataStructureV3.Interfaces.ITechnology.Id
getset

Unique ID for this technology among the technologies

string Greet.DataStructureV3.Interfaces.ITechnology.Name
getset

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

string Greet.DataStructureV3.Interfaces.ITechnology.PictureName
getset

Image Name that represents the technology

List<IYearEmissionFactors> Greet.DataStructureV3.Interfaces.ITechnology.YearEmissionFactors
get

Technology ID for this technology's base technology


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