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: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public class Variable : QixClassBase, IVariable, 
	IQixClassBase, IDisposable, IChangeNotifier

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 Obsolete.

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

The ForceContent method does not evaluate any expression.
Public methodForceContentAsync(String, Double) Obsolete.

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

The ForceContent method does not evaluate any expression.
Public methodForceContentAsync(AsyncHandle, String, Double) Obsolete.

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

The ForceContent method does not evaluate any expression.
Public methodGetContent Obsolete.

Returns the calculated value of a variable.

Public methodGetContentAsync Obsolete.

Returns the calculated value of a variable.

Public methodGetContentAsync(AsyncHandle) Obsolete.

Returns the calculated value of a variable.

Public methodGetContentAsyncT(AsyncHandle, FuncResponse, T) Obsolete.

Returns the calculated value of a variable.

Public methodGetNxProperties Obsolete.

Gets the properties of a variable.

Public methodGetNxPropertiesAsync Obsolete.

Gets the properties of a variable.

Public methodGetNxPropertiesAsync(AsyncHandle) Obsolete.

Gets the properties of a variable.

Public methodGetNxPropertiesAsyncT(AsyncHandle, FuncResponse, T) Obsolete.

Gets the properties of a variable.

Public methodGetRawContent Obsolete.

Returns the raw value of a variable.

Public methodGetRawContentAsync Obsolete.

Returns the raw value of a variable.

Public methodGetRawContentAsync(AsyncHandle) Obsolete.

Returns the raw value of a variable.

Public methodGetRawContentAsyncT(AsyncHandle, FuncResponse, T) Obsolete.

Returns the raw value of a variable.

Public methodReadJson
Method for updating an object according to a Qix json object.
(Inherited from QixClassBase.)
Public methodSetContent Obsolete.

Sets a value to a variable.

Public methodSetContentAsync(String, Boolean) Obsolete.

Sets a value to a variable.

Public methodSetContentAsync(AsyncHandle, String, Boolean) Obsolete.

Sets a value to a variable.

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

Sets a value to a variable.

Public methodSetNxProperties Obsolete.

Sets some properties to a variable.

Public methodSetNxPropertiesAsync(NxVariableProperties) Obsolete.

Sets some properties to a variable.

Public methodSetNxPropertiesAsync(AsyncHandle, NxVariableProperties) Obsolete.

Sets some properties to a variable.

Top
Properties
  NameDescription
Public propertyConsiderDirty
Forces send of GetProperties and GetLayout calls to engine for this object even when the layout and properties are up to date.
(Inherited from QixClassBase.)
Public propertyConsideredDirty
Forces send of GetProperties and GetLayout calls to engine for this object even when the layout and properties are up to date. Resume normal behavior when disposed.
(Inherited from QixClassBase.)
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 when a modification has occured to the Qlik Sense entity's selection state, data or 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