IVariable Methods
The IVariable type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetPreviousValue |
Gets the previous value of the variable before the last change.
|
|
GetVariableType |
Gets the Type of the variable.
|
|
GetVariableValue |
Gets the current value of the variable.
|
|
SetVariableValue |
Sets the value of the variable.
|
|
TriggerOnChange |
Triggers an event or action when the variable value changes.
|
|
Validate |
Validates the current value of the variable according to predefined rules or constraints.
|
|
WasModified |
Checks if the variable was modified since the last reset or creation.
|