Variable Class |
Namespace: Qlik.Engine
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 | Sets the value of a dual variable overriding any input constraints. The ForceContent method does not evaluate any expression. | |
ForceContentAsync | 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(AsyncHandle) | Returns the calculated value of a variable. | |
GetContentAsyncT(FuncResponse, T, AsyncHandle) | Returns the calculated value of a variable. | |
GetNxProperties | Gets the properties of a field or a variable. | |
GetNxPropertiesAsync(AsyncHandle) | Gets the properties of a field or a variable. | |
GetNxPropertiesAsyncT(FuncResponse, T, AsyncHandle) | Gets the properties of a field or a variable. | |
GetRawContent | Returns the raw value of a variable. | |
GetRawContentAsync(AsyncHandle) | Returns the raw value of a variable. | |
GetRawContentAsyncT(FuncResponse, T, AsyncHandle) | Returns the raw value of a variable. | |
SetContent | Sets a value to a variable. | |
SetContentAsync(String, Boolean, AsyncHandle) | Sets a value to a variable. | |
SetContentAsyncT(String, Boolean, FuncResponse, T, AsyncHandle) | Sets a value to a variable. | |
SetNxProperties | Sets some properties to a variable. | |
SetNxPropertiesAsync | Sets some properties to a variable. |
Name | Description | |
---|---|---|
Handle |
The handle of the Qlik Sense entity.
(Inherited from QixClassBase.) | |
Id |
The id of the Qlik Sense entity.
(Inherited from QixClassBase.) | |
Session |
The session this entity resides in.
(Inherited from QixClassBase.) | |
Type |
The type of the Qlik Sense entity.
(Inherited from QixClassBase.) |
Name | Description | |
---|---|---|
Changed |
This event fires every time the Qlik Sense entity needs to be updated due to changes in either selectionstate, data or entity properties
(Inherited from QixClassBase.) | |
Closed |
This event fires when the Qlik Sense entity has been removed or deleted.
(Inherited from QixClassBase.) |