Click or drag to resize
IGenericDerivedFields Interface

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public interface IGenericDerivedFields : IQixClassBase, 
	IDisposable

The IGenericDerivedFields type exposes the following members.

Methods
  NameDescription
Public methodGetDerivedField
Public methodGetDerivedFieldAsync(String, AsyncHandle)
Public methodGetDerivedFieldAsyncT(String, FuncResponse, T, AsyncHandle)
Public methodGetDerivedFieldData
Public methodGetDerivedFieldDataAsync(AsyncHandle)
Public methodGetDerivedFieldDataAsyncT(FuncResponse, T, AsyncHandle)
Public methodGetDerivedFields
Public methodGetDerivedFieldsAsync(AsyncHandle)
Public methodGetDerivedFieldsAsyncT(FuncResponse, T, AsyncHandle)
Public methodGetDerivedGroups
Public methodGetDerivedGroupsAsync(AsyncHandle)
Public methodGetDerivedGroupsAsyncT(FuncResponse, T, AsyncHandle)
Public methodGetInfo
Public methodGetInfoAsync(AsyncHandle)
Public methodGetInfoAsyncT(FuncResponse, T, AsyncHandle)
Public methodGetListData
Public methodGetListDataAsync(AsyncHandle)
Public methodGetListDataAsyncT(FuncResponse, T, AsyncHandle)
Public methodGetProperties
Public methodGetPropertiesAsync(AsyncHandle)
Public methodGetPropertiesAsyncT(FuncResponse, T, AsyncHandle)
Public methodPublish
Public methodPublishAsync
Public methodSetProperties
Public methodSetPropertiesAsync
Public methodUnPublish
Public methodUnPublishAsync
Top
Properties
  NameDescription
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 propertyType
The type of the Qlik Sense entity.
(Inherited from IQixClassBase.)
Top
Events
  NameDescription
Public eventChanged
This event fires every time the Qlik Sense entity needs to be updated due to changes in either selectionstate, data or entity properties
(Inherited from IQixClassBase.)
Public eventClosed
This event fires when the Qlik Sense entity has been removed or deleted.
(Inherited from IQixClassBase.)
Top
See Also