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

A unit in our unit system More...

Properties

string Name [get]
 Defines the name for this unit, this name must be unique across units in the system, it's used as a Key in the units collections More...
 
string DisplayName [get]
 The display name for this unit can be more descriptive and is what is displayed in the unit configuration More...
 
string Abbrev [get, set]
 The abbreviation is used at the tail of numeric values that are displayed in the GUI More...
 
string ToDefaultStr [get]
 The formula that is used to convert this unit to the default unit of the group in which this unit is member of Example: If this unit is degrees farenheit, how to convert to degrees kelvin More...
 
string FromDefaultStr [get]
 The formula that is used to convert from the default unit of the group in which this unit is member of to this unit Example: If this unit is degrees farenheit, how to convert degrees kelvin to farenheit More...
 

Detailed Description

A unit in our unit system

Definition at line 13 of file IUnit.cs.

Property Documentation

string PlugInsInterfaces.DataTypes.IUnit.Abbrev
getset

The abbreviation is used at the tail of numeric values that are displayed in the GUI

Definition at line 29 of file IUnit.cs.

string PlugInsInterfaces.DataTypes.IUnit.DisplayName
get

The display name for this unit can be more descriptive and is what is displayed in the unit configuration

Definition at line 24 of file IUnit.cs.

string PlugInsInterfaces.DataTypes.IUnit.FromDefaultStr
get

The formula that is used to convert from the default unit of the group in which this unit is member of to this unit Example: If this unit is degrees farenheit, how to convert degrees kelvin to farenheit

Definition at line 41 of file IUnit.cs.

string PlugInsInterfaces.DataTypes.IUnit.Name
get

Defines the name for this unit, this name must be unique across units in the system, it's used as a Key in the units collections

Definition at line 19 of file IUnit.cs.

string PlugInsInterfaces.DataTypes.IUnit.ToDefaultStr
get

The formula that is used to convert this unit to the default unit of the group in which this unit is member of Example: If this unit is degrees farenheit, how to convert to degrees kelvin

Definition at line 35 of file IUnit.cs.


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