Enumerations
- Last UpdatedApr 19, 2017
- 1 minute read
These enumerations are used by the API/Model to expose data/functionality.
ModelStates
The table specifies the various model states.
|
Member Name |
Description |
|---|---|
|
None |
Default value for the enum.The model will never report this state. |
|
Draft |
This version of the model cannot be used at runtime. |
|
Approved |
This version of the model can be used at runtime. |
|
Obsolete |
This model is no longer used. |
DataType
Used by parameters to define the type of the Target, Min, and Max value properties.
|
Member Name |
Description |
|---|---|
|
Boolean |
The values are Boolean. |
|
Double |
The values are Double |
|
Integer |
The values are Integer |
|
String |
The values are String. |
|
Custom |
The value comes from a list data type.
|
RuntimeParameterType
Used by the RuntimeParameter and RuntimeParameterAPI.
|
Member Name |
Description |
|---|---|
|
FormulaParameter |
Formula parameter values are being exposed. |
|
EquipmentParameter |
Equipment parameter values are being exposed. |