Click or drag to resize
IGenericVariable Interface

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public interface IGenericVariable : IQixClassBase, 
	IDisposable, IChangeNotifier

The IGenericVariable type exposes the following members.

Methods
  NameDescription
Public methodApplyPatches
Public methodApplyPatchesAsync(IEnumerableNxPatch)
Public methodApplyPatchesAsync(AsyncHandle, IEnumerableNxPatch)
Public methodGetInfo
Public methodGetInfoAsync
Public methodGetInfoAsync(AsyncHandle)
Public methodGetInfoAsyncT(AsyncHandle, FuncResponse, T)
Public methodGetLayout
Public methodGetLayoutAsync
Public methodGetLayoutAsync(AsyncHandle)
Public methodGetLayoutAsyncT(AsyncHandle, FuncResponse, T)
Public methodGetProperties
Public methodGetPropertiesAsync
Public methodGetPropertiesAsync(AsyncHandle)
Public methodGetPropertiesAsyncT(AsyncHandle, FuncResponse, T)
Public methodResumeLayout
Public methodSetDualValue
Public methodSetDualValueAsync(String, Double)
Public methodSetDualValueAsync(AsyncHandle, String, Double)
Public methodSetNumValue
Public methodSetNumValueAsync(Double)
Public methodSetNumValueAsync(AsyncHandle, Double)
Public methodSetProperties
Public methodSetPropertiesAsync(GenericVariableProperties)
Public methodSetPropertiesAsync(AsyncHandle, GenericVariableProperties)
Public methodSetStringValue
Public methodSetStringValueAsync(String)
Public methodSetStringValueAsync(AsyncHandle, String)
Public methodSuspendLayout
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
Public propertyIsScriptCreated
Reference to property Layout.IsScriptCreated
Public propertyMeta
Reference to property Layout.Meta
Public propertyNum
Reference to property Layout.Num
Public propertyProperties
Public propertyText
Reference to property Layout.Text
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