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

A mix defines fuel production entities and shares for them More...

Inheritance diagram for PlugInsInterfaces.DataTypes.Mix.IMix:
Collaboration diagram for PlugInsInterfaces.DataTypes.Mix.IMix:

Properties

string Name [get, set]
 Name for this mix as it is going to show on the graphical interface More...
 
int Id [get, set]
 Unique ID for this mix among the mixes More...
 
List< IFuelProductionEntityFuelProductionEntities [get]
 Returns a list of fuel production entities the mix uses More...
 
int MainOutputResourceID [get]
 Unique ID for this mix among the mixes 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 mix defines fuel production entities and shares for them

Definition at line 13 of file IMix.cs.

Property Documentation

List<IFuelProductionEntity> PlugInsInterfaces.DataTypes.Mix.IMix.FuelProductionEntities
get

Returns a list of fuel production entities the mix uses

Definition at line 31 of file IMix.cs.

int PlugInsInterfaces.DataTypes.Mix.IMix.Id
getset

Unique ID for this mix among the mixes

Definition at line 25 of file IMix.cs.

int PlugInsInterfaces.DataTypes.Mix.IMix.MainOutputResourceID
get

Unique ID for this mix among the mixes

Definition at line 37 of file IMix.cs.

string PlugInsInterfaces.DataTypes.Mix.IMix.Name
getset

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

Definition at line 19 of file IMix.cs.


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