| Variable Methods |
The Variable type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from QixClassBase.) | |
| ForceContent | Obsolete. Sets the value of a dual variable overriding any input constraints. The ForceContent method does not evaluate any expression. | |
| ForceContentAsync(String, Double) | Obsolete. Sets the value of a dual variable overriding any input constraints. The ForceContent method does not evaluate any expression. | |
| ForceContentAsync(AsyncHandle, String, Double) | Obsolete. Sets the value of a dual variable overriding any input constraints. The ForceContent method does not evaluate any expression. | |
| GetContent | Obsolete. Returns the calculated value of a variable. | |
| GetContentAsync | Obsolete. Returns the calculated value of a variable. | |
| GetContentAsync(AsyncHandle) | Obsolete. Returns the calculated value of a variable. | |
| GetContentAsyncT(AsyncHandle, FuncResponse, T) | Obsolete. Returns the calculated value of a variable. | |
| GetNxProperties | Obsolete. Gets the properties of a variable. | |
| GetNxPropertiesAsync | Obsolete. Gets the properties of a variable. | |
| GetNxPropertiesAsync(AsyncHandle) | Obsolete. Gets the properties of a variable. | |
| GetNxPropertiesAsyncT(AsyncHandle, FuncResponse, T) | Obsolete. Gets the properties of a variable. | |
| GetRawContent | Obsolete. Returns the raw value of a variable. | |
| GetRawContentAsync | Obsolete. Returns the raw value of a variable. | |
| GetRawContentAsync(AsyncHandle) | Obsolete. Returns the raw value of a variable. | |
| GetRawContentAsyncT(AsyncHandle, FuncResponse, T) | Obsolete. Returns the raw value of a variable. | |
| ReadJson |
Method for updating an object according to a Qix json object.
(Inherited from QixClassBase.) | |
| SetContent | Obsolete. Sets a value to a variable. | |
| SetContentAsync(String, Boolean) | Obsolete. Sets a value to a variable. | |
| SetContentAsync(AsyncHandle, String, Boolean) | Obsolete. Sets a value to a variable. | |
| SetContentAsyncT(AsyncHandle, FuncResponse, T, String, Boolean) | Obsolete. Sets a value to a variable. | |
| SetNxProperties | Obsolete. Sets some properties to a variable. | |
| SetNxPropertiesAsync(NxVariableProperties) | Obsolete. Sets some properties to a variable. | |
| SetNxPropertiesAsync(AsyncHandle, NxVariableProperties) | Obsolete. Sets some properties to a variable. |