| IVariable Interface |
Namespace: Qlik.Engine
The IVariable type exposes the following members.
| Name | Description | |
|---|---|---|
| ForceContent | Sets the value of a dual variable overriding any input constraints. The ForceContent method does not evaluate any expression. | |
| ForceContentAsync(String, Double) | Sets the value of a dual variable overriding any input constraints. The ForceContent method does not evaluate any expression. | |
| ForceContentAsync(AsyncHandle, String, Double) | Sets the value of a dual variable overriding any input constraints. The ForceContent method does not evaluate any expression. | |
| GetContent | Returns the calculated value of a variable. | |
| GetContentAsync | Returns the calculated value of a variable. | |
| GetContentAsync(AsyncHandle) | Returns the calculated value of a variable. | |
| GetContentAsyncT(AsyncHandle, FuncResponse, T) | Returns the calculated value of a variable. | |
| GetNxProperties | Gets the properties of a variable. | |
| GetNxPropertiesAsync | Gets the properties of a variable. | |
| GetNxPropertiesAsync(AsyncHandle) | Gets the properties of a variable. | |
| GetNxPropertiesAsyncT(AsyncHandle, FuncResponse, T) | Gets the properties of a variable. | |
| GetRawContent | Returns the raw value of a variable. | |
| GetRawContentAsync | Returns the raw value of a variable. | |
| GetRawContentAsync(AsyncHandle) | Returns the raw value of a variable. | |
| GetRawContentAsyncT(AsyncHandle, FuncResponse, T) | Returns the raw value of a variable. | |
| SetContent | Sets a value to a variable. | |
| SetContentAsync(String, Boolean) | Sets a value to a variable. | |
| SetContentAsync(AsyncHandle, String, Boolean) | Sets a value to a variable. | |
| SetContentAsyncT(AsyncHandle, FuncResponse, T, String, Boolean) | Sets a value to a variable. | |
| SetNxProperties | Sets some properties to a variable. | |
| SetNxPropertiesAsync(NxVariableProperties) | Sets some properties to a variable. | |
| SetNxPropertiesAsync(AsyncHandle, NxVariableProperties) | Sets some properties to a variable. |
| Name | Description | |
|---|---|---|
| Handle |
The handle of the Qlik Sense entity.
(Inherited from IQixClassBase.) | |
| Id |
The id of the Qlik Sense entity.
(Inherited from IQixClassBase.) | |
| Type |
The type of the Qlik Sense entity.
(Inherited from IQixClassBase.) |
| Name | Description | |
|---|---|---|
| Changed |
This event fires when to notify subscribers that a change has occured.
(Inherited from IChangeNotifier.) | |
| Closed |
This event fires when the Qlik Sense entity has been removed or deleted.
(Inherited from IQixClassBase.) |