Click or drag to resize
IVariable Interface

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 interface IVariable : IGenericVariable, 
	IQixClassBase, IDisposable, IChangeNotifier

The IVariable type exposes the following members.

Methods
  NameDescription
Public methodApplyPatches
(Inherited from IGenericVariable.)
Public methodApplyPatchesAsync(IEnumerableNxPatch)
(Inherited from IGenericVariable.)
Public methodApplyPatchesAsync(AsyncHandle, IEnumerableNxPatch)
(Inherited from IGenericVariable.)
Public methodGetInfo
(Inherited from IGenericVariable.)
Public methodGetInfoAsync
(Inherited from IGenericVariable.)
Public methodGetInfoAsync(AsyncHandle)
(Inherited from IGenericVariable.)
Public methodGetInfoAsyncT(AsyncHandle, FuncResponse, T)
(Inherited from IGenericVariable.)
Public methodGetLayout
(Inherited from IGenericVariable.)
Public methodGetLayoutAsync
(Inherited from IGenericVariable.)
Public methodGetLayoutAsync(AsyncHandle)
(Inherited from IGenericVariable.)
Public methodGetLayoutAsyncT(AsyncHandle, FuncResponse, T)
(Inherited from IGenericVariable.)
Public methodGetProperties
(Inherited from IGenericVariable.)
Public methodGetPropertiesAsync
(Inherited from IGenericVariable.)
Public methodGetPropertiesAsync(AsyncHandle)
(Inherited from IGenericVariable.)
Public methodGetPropertiesAsyncT(AsyncHandle, FuncResponse, T)
(Inherited from IGenericVariable.)
Public methodResumeLayout
(Inherited from IGenericVariable.)
Public methodSetDualValue
(Inherited from IGenericVariable.)
Public methodSetDualValueAsync(String, Double)
(Inherited from IGenericVariable.)
Public methodSetDualValueAsync(AsyncHandle, String, Double)
(Inherited from IGenericVariable.)
Public methodSetNumValue
(Inherited from IGenericVariable.)
Public methodSetNumValueAsync(Double)
(Inherited from IGenericVariable.)
Public methodSetNumValueAsync(AsyncHandle, Double)
(Inherited from IGenericVariable.)
Public methodSetProperties
(Inherited from IGenericVariable.)
Public methodSetPropertiesAsync(GenericVariableProperties)
(Inherited from IGenericVariable.)
Public methodSetPropertiesAsync(AsyncHandle, GenericVariableProperties)
(Inherited from IGenericVariable.)
Public methodSetStringValue
(Inherited from IGenericVariable.)
Public methodSetStringValueAsync(String)
(Inherited from IGenericVariable.)
Public methodSetStringValueAsync(AsyncHandle, String)
(Inherited from IGenericVariable.)
Public methodSuspendLayout
(Inherited from IGenericVariable.)
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 IQixClassBase.)
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 IQixClassBase.)
Public propertyHandle
The handle of the Qlik Sense entity.
(Inherited from IQixClassBase.)
Public propertyId
The id of the Qlik Sense entity.
(Inherited from IQixClassBase.)
Public propertyInfo
Reference to property Layout.Info
(Inherited from IGenericVariable.)
Public propertyIsScriptCreated
Reference to property Layout.IsScriptCreated
(Inherited from IGenericVariable.)
Public propertyMeta
Reference to property Layout.Meta
(Inherited from IGenericVariable.)
Public propertyNum
Reference to property Layout.Num
(Inherited from IGenericVariable.)
Public propertyNxInfo
Reference to property Layout.Info
Public propertyNxMeta
Reference to property Layout.Meta
Public propertyProperties
Public propertyQlikConnection
Reference to property Layout.Session
Public propertyTags
Reference to property Layout.Tags
Public propertyText
Reference to property Layout.Text
(Inherited from IGenericVariable.)
Public propertyType
The type of the Qlik Sense entity.
(Inherited from IQixClassBase.)
Top
Events
  NameDescription
Public eventChanged
This event fires when to notify subscribers that a change has occured.
(Inherited from IChangeNotifier.)
Public eventClosed
This event fires when the Qlik Sense entity has been removed or deleted.
(Inherited from IQixClassBase.)
Top
See Also