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

Class that represents a value and unit More...

Properties

string Id [get]
 Unique ID for the parameter. More...
 
string UnitGroupName [get]
 Unit or group of the parameter. More...
 
double GreetValue [get, set]
 Default or "original" value of the parameter in default unit More...
 
double UserValue [get, set]
 Use override value for the parameter in default unit More...
 
bool UseOriginal [get, set]
 Defines weather the calculations should use the original value or the user value True uses the original, false uses the override More...
 

Detailed Description

Class that represents a value and unit

Definition at line 13 of file IParameter.cs.

Property Documentation

double PlugInsInterfaces.DataTypes.IParameter.GreetValue
getset

Default or "original" value of the parameter in default unit

Definition at line 31 of file IParameter.cs.

string PlugInsInterfaces.DataTypes.IParameter.Id
get

Unique ID for the parameter.

Definition at line 19 of file IParameter.cs.

string PlugInsInterfaces.DataTypes.IParameter.UnitGroupName
get

Unit or group of the parameter.

Definition at line 25 of file IParameter.cs.

bool PlugInsInterfaces.DataTypes.IParameter.UseOriginal
getset

Defines weather the calculations should use the original value or the user value True uses the original, false uses the override

Definition at line 44 of file IParameter.cs.

double PlugInsInterfaces.DataTypes.IParameter.UserValue
getset

Use override value for the parameter in default unit

Definition at line 37 of file IParameter.cs.


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