Click or drag to resize
Variable Class
Inheritance Hierarchy

Namespace: Qlik.Sense.Client
Assembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public class Variable : GenericVariable, IVariable, 
	IGenericVariable, IQixClassBase, IChangeNotifier, IDisposable

The Variable type exposes the following members.

Constructors
  NameDescription
Public methodVariable
Initializes a new instance of the Variable class
Top
Methods
  NameDescription
Public methodApplyPatches
(Inherited from GenericVariable.)
Public methodApplyPatchesAsync(IEnumerableNxPatch)
(Inherited from GenericVariable.)
Public methodApplyPatchesAsync(AsyncHandle, IEnumerableNxPatch)
(Inherited from GenericVariable.)
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from QixClassBase.)
Public methodGetInfo
(Inherited from GenericVariable.)
Public methodGetInfoAsync
(Inherited from GenericVariable.)
Public methodGetInfoAsync(AsyncHandle)
(Inherited from GenericVariable.)
Public methodGetInfoAsyncT(AsyncHandle, FuncResponse, T)
(Inherited from GenericVariable.)
Public methodGetLayout
(Inherited from GenericVariable.)
Public methodGetLayoutAsync
(Inherited from GenericVariable.)
Public methodGetLayoutAsync(AsyncHandle)
(Inherited from GenericVariable.)
Public methodGetLayoutAsyncT(AsyncHandle, FuncResponse, T)
(Inherited from GenericVariable.)
Public methodGetProperties
(Inherited from GenericVariable.)
Public methodGetPropertiesAsync
(Inherited from GenericVariable.)
Public methodGetPropertiesAsync(AsyncHandle)
(Inherited from GenericVariable.)
Public methodGetPropertiesAsyncT(AsyncHandle, FuncResponse, T)
(Inherited from GenericVariable.)
Public methodReadJson
Method for updating an object according to a Qix json object.
(Inherited from QixClassBase.)
Public methodResumeLayout
(Inherited from GenericVariable.)
Public methodSetDualValue
(Inherited from GenericVariable.)
Public methodSetDualValueAsync(String, Double)
(Inherited from GenericVariable.)
Public methodSetDualValueAsync(AsyncHandle, String, Double)
(Inherited from GenericVariable.)
Public methodSetNumValue
(Inherited from GenericVariable.)
Public methodSetNumValueAsync(Double)
(Inherited from GenericVariable.)
Public methodSetNumValueAsync(AsyncHandle, Double)
(Inherited from GenericVariable.)
Public methodSetProperties
(Inherited from GenericVariable.)
Public methodSetPropertiesAsync(GenericVariableProperties)
(Inherited from GenericVariable.)
Public methodSetPropertiesAsync(AsyncHandle, GenericVariableProperties)
(Inherited from GenericVariable.)
Public methodSetStringValue
(Inherited from GenericVariable.)
Public methodSetStringValueAsync(String)
(Inherited from GenericVariable.)
Public methodSetStringValueAsync(AsyncHandle, String)
(Inherited from GenericVariable.)
Public methodSuspendLayout
(Inherited from GenericVariable.)
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 propertyInfo
Reference to property Layout.Info
(Inherited from GenericVariable.)
Public propertyIsScriptCreated
Reference to property Layout.IsScriptCreated
(Inherited from GenericVariable.)
Public propertyMeta
Reference to property Layout.Meta
(Inherited from GenericVariable.)
Public propertyNum
Reference to property Layout.Num
(Inherited from GenericVariable.)
Public propertyNxInfo
Reference to property Layout.Info
Public propertyNxMeta
Reference to property Layout.Meta
Public propertyProperties
Public propertyQlikConnection
Reference to property Layout.Session
Public propertySession
The session this entity resides in.
(Inherited from QixClassBase.)
Public propertyTags
Reference to property Layout.Tags
Public propertyText
Reference to property Layout.Text
(Inherited from GenericVariable.)
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