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

Class that represents a value and unit More...

Inheritance diagram for Greet.DataStructureV3.Interfaces.IParameter:
Greet.DataStructureV3.Entities.Parameter

Properties

string CurrentFormula [get, set]
 Returns the formula in use for the parameter (in default unit) In case a formula is used there will be a string here and the GreetValue and UserValue needs to be calculated from that formula If there is no string in here, it means that the parameter is not using a formula, therefore the UserValue and GreetValue do not need to be refreshed More...
 
double GreetValue [get, set]
 Default or "original" value of the parameter in default unit More...
 
string Id [get]
 Unique ID for the parameter. More...
 
string Name [get]
 Unique Name for the parameter. More...
 
string UnitGroupName [get]
 Unit or group of the parameter. 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...
 
double UserValue [get, set]
 Use override value for the parameter in default unit More...
 

Detailed Description

Class that represents a value and unit

Property Documentation

string Greet.DataStructureV3.Interfaces.IParameter.CurrentFormula
getset

Returns the formula in use for the parameter (in default unit) In case a formula is used there will be a string here and the GreetValue and UserValue needs to be calculated from that formula If there is no string in here, it means that the parameter is not using a formula, therefore the UserValue and GreetValue do not need to be refreshed

double Greet.DataStructureV3.Interfaces.IParameter.GreetValue
getset

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

string Greet.DataStructureV3.Interfaces.IParameter.Id
get

Unique ID for the parameter.

string Greet.DataStructureV3.Interfaces.IParameter.Name
get

Unique Name for the parameter.

string Greet.DataStructureV3.Interfaces.IParameter.UnitGroupName
get

Unit or group of the parameter.

bool Greet.DataStructureV3.Interfaces.IParameter.UseOriginal
getset

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

double Greet.DataStructureV3.Interfaces.IParameter.UserValue
getset

Use override value for the parameter in default unit


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