Click or drag to resize
GenericDerivedFields Class
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 GenericDerivedFields : QixClassBase, 
	IGenericDerivedFields, IQixClassBase, IDisposable, IChangeNotifier

The GenericDerivedFields type exposes the following members.

Constructors
  NameDescription
Public methodGenericDerivedFields
Initializes a new instance of the GenericDerivedFields class
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from QixClassBase.)
Public methodGetDerivedField
Public methodGetDerivedFieldAsync(String)
Public methodGetDerivedFieldAsync(AsyncHandle, String)
Public methodGetDerivedFieldAsyncT(AsyncHandle, FuncResponse, T, String)
Public methodGetDerivedFieldData
Public methodGetDerivedFieldDataAsync
Public methodGetDerivedFieldDataAsync(AsyncHandle)
Public methodGetDerivedFieldDataAsyncT(AsyncHandle, FuncResponse, T)
Public methodGetDerivedFields
Public methodGetDerivedFieldsAsync
Public methodGetDerivedFieldsAsync(AsyncHandle)
Public methodGetDerivedFieldsAsyncT(AsyncHandle, FuncResponse, T)
Public methodGetDerivedGroups
Public methodGetDerivedGroupsAsync
Public methodGetDerivedGroupsAsync(AsyncHandle)
Public methodGetDerivedGroupsAsyncT(AsyncHandle, FuncResponse, T)
Public methodGetInfo
Public methodGetInfoAsync
Public methodGetInfoAsync(AsyncHandle)
Public methodGetInfoAsyncT(AsyncHandle, FuncResponse, T)
Public methodGetListData
Public methodGetListDataAsync
Public methodGetListDataAsync(AsyncHandle)
Public methodGetListDataAsyncT(AsyncHandle, FuncResponse, T)
Public methodGetProperties
Public methodGetPropertiesAsync
Public methodGetPropertiesAsync(AsyncHandle)
Public methodGetPropertiesAsyncT(AsyncHandle, FuncResponse, T)
Public methodReadJson
Method for updating an object according to a Qix json object.
(Inherited from QixClassBase.)
Public methodSetProperties
Public methodSetPropertiesAsync(GenericDerivedFieldsProperties)
Public methodSetPropertiesAsync(AsyncHandle, GenericDerivedFieldsProperties)
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