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

A gas as represented in GREET More...

Inheritance diagram for Greet.DataStructureV3.Interfaces.IGas:
Greet.DataStructureV3.Interfaces.IXmlObj Greet.DataStructureV3.Entities.Gas

Properties

IParameter Carbon_Ratio [get]
 Carbon Ratio for that gas More...
 
double GlobalWarmingPotential [get]
 Global warming potential for that gas More...
 
int Id [get, set]
 Unique ID for the gas More...
 
List< int > Memberships [get, set]
 Lists the memberships of that gas More...
 
string Name [get, set]
 The name for this gas More...
 
IParameter Sulfur_Ratio [get]
 Sulphur Ratio for that gas 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 gas as represented in GREET

Property Documentation

IParameter Greet.DataStructureV3.Interfaces.IGas.Carbon_Ratio
get

Carbon Ratio for that gas

double Greet.DataStructureV3.Interfaces.IGas.GlobalWarmingPotential
get

Global warming potential for that gas

int Greet.DataStructureV3.Interfaces.IGas.Id
getset

Unique ID for the gas

List<int> Greet.DataStructureV3.Interfaces.IGas.Memberships
getset

Lists the memberships of that gas

string Greet.DataStructureV3.Interfaces.IGas.Name
getset

The name for this gas

IParameter Greet.DataStructureV3.Interfaces.IGas.Sulfur_Ratio
get

Sulphur Ratio for that gas


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