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

A gas as represented in GREET More...

Inheritance diagram for PlugInsInterfaces.DataTypes.IGas:
Collaboration diagram for PlugInsInterfaces.DataTypes.IGas:

Properties

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

Definition at line 13 of file IGas.cs.

Property Documentation

double PlugInsInterfaces.DataTypes.IGas.GlobalWarmingPotential
get

Global warming potential for that gas

Definition at line 34 of file IGas.cs.

int PlugInsInterfaces.DataTypes.IGas.Id
getset

Unique ID for the gas

Definition at line 24 of file IGas.cs.

List<int> PlugInsInterfaces.DataTypes.IGas.Memberships
getset

Lists the memberships of that gas

Definition at line 29 of file IGas.cs.

string PlugInsInterfaces.DataTypes.IGas.Name
getset

The name for this gas

Definition at line 19 of file IGas.cs.


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