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

Mode type for a transportation process, defines EIs, transported resources and payloads if applicable More...

Inheritance diagram for PlugInsInterfaces.DataTypes.Process.Transportation.IAMode:
Collaboration diagram for PlugInsInterfaces.DataTypes.Process.Transportation.IAMode:

Properties

string Name [get, set]
 The name for this mode More...
 
int Id [get, set]
 Unique ID for the mode More...
 
List< IModeFuelShareFuelSharess [get]
 List of fuel shares the mode uses More...
 
List< int > TransportedResources [get]
 List of resources the mode depends; payload or energy intensities depending on the type of mode More...
 
string PictureName [get, set]
 Image Name that represents the Mode More...
 

Additional Inherited Members

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

Detailed Description

Mode type for a transportation process, defines EIs, transported resources and payloads if applicable

Definition at line 13 of file IAMode.cs.

Property Documentation

List<IModeFuelShare> PlugInsInterfaces.DataTypes.Process.Transportation.IAMode.FuelSharess
get

List of fuel shares the mode uses

Definition at line 31 of file IAMode.cs.

int PlugInsInterfaces.DataTypes.Process.Transportation.IAMode.Id
getset

Unique ID for the mode

Definition at line 25 of file IAMode.cs.

string PlugInsInterfaces.DataTypes.Process.Transportation.IAMode.Name
getset

The name for this mode

Definition at line 19 of file IAMode.cs.

string PlugInsInterfaces.DataTypes.Process.Transportation.IAMode.PictureName
getset

Image Name that represents the Mode

Definition at line 43 of file IAMode.cs.

List<int> PlugInsInterfaces.DataTypes.Process.Transportation.IAMode.TransportedResources
get

List of resources the mode depends; payload or energy intensities depending on the type of mode

Definition at line 37 of file IAMode.cs.


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