Click or drag to resize
Variable Class
This class describes all the methods that apply at variable level.
Inheritance Hierarchy

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public class Variable : QixClassBase, IVariable, 
	IQixClassBase, IDisposable

The Variable type exposes the following members.

Constructors
  NameDescription
Public methodVariable
Initializes a new instance of the Variable class
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from QixClassBase.)
Public methodForceContent

Sets the value of a dual variable overriding any input constraints.

The ForceContent method does not evaluate any expression.
Public methodForceContentAsync

Sets the value of a dual variable overriding any input constraints.

The ForceContent method does not evaluate any expression.
Public methodGetContent

Returns the calculated value of a variable.

Public methodGetContentAsync(AsyncHandle)

Returns the calculated value of a variable.

Public methodGetContentAsyncT(FuncResponse, T, AsyncHandle)

Returns the calculated value of a variable.

Public methodGetNxProperties

Gets the properties of a field or a variable.

Public methodGetNxPropertiesAsync(AsyncHandle)

Gets the properties of a field or a variable.

Public methodGetNxPropertiesAsyncT(FuncResponse, T, AsyncHandle)

Gets the properties of a field or a variable.

Public methodGetRawContent

Returns the raw value of a variable.

Public methodGetRawContentAsync(AsyncHandle)

Returns the raw value of a variable.

Public methodGetRawContentAsyncT(FuncResponse, T, AsyncHandle)

Returns the raw value of a variable.

Public methodSetContent

Sets a value to a variable.

Public methodSetContentAsync(String, Boolean, AsyncHandle)

Sets a value to a variable.

Public methodSetContentAsyncT(String, Boolean, FuncResponse, T, AsyncHandle)

Sets a value to a variable.

Public methodSetNxProperties

Sets some properties to a variable.

Public methodSetNxPropertiesAsync

Sets some properties to a variable.

Top
Properties
  NameDescription
Public propertyHandle
The handle of the Qlik Sense entity.
(Inherited from QixClassBase.)
Public propertyId
The id of the Qlik Sense entity.
(Inherited from QixClassBase.)
Public propertySession
The session this entity resides in.
(Inherited from QixClassBase.)
Public propertyType
The type of the Qlik Sense entity.
(Inherited from QixClassBase.)
Top
Events
  NameDescription
Public eventChanged
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.)
Public eventClosed
This event fires when the Qlik Sense entity has been removed or deleted.
(Inherited from QixClassBase.)
Top
See Also