com.onlineobject.objectnet Namespace

IVariable Members

The IVariable type exposes the following members.

Methods


  Name Description
Public method GetPreviousValue
Gets the previous value of the variable before the last change.
Public method GetVariableType
Gets the Type of the variable.
Public method GetVariableValue
Gets the current value of the variable.
Public method SetVariableValue
Sets the value of the variable.
Public method TriggerOnChange
Triggers an event or action when the variable value changes.
Public method Validate
Validates the current value of the variable according to predefined rules or constraints.
Public method WasModified
Checks if the variable was modified since the last reset or creation.