Click or drag to resize
GenericDerivedDefinition Class
Inheritance Hierarchy
SystemObject
  Qlik.EngineQixClassBase
    Qlik.EngineGenericDerivedDefinition

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public class GenericDerivedDefinition : QixClassBase, 
	IGenericDerivedDefinition, IQixClassBase, IDisposable

The GenericDerivedDefinition type exposes the following members.

Constructors
  NameDescription
Public methodGenericDerivedDefinition
Initializes a new instance of the GenericDerivedDefinition class
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from QixClassBase.)
Public methodGetInfo
Public methodGetInfoAsync(AsyncHandle)
Public methodGetInfoAsyncT(FuncResponse, T, AsyncHandle)
Public methodGetProperties
Public methodGetPropertiesAsync(AsyncHandle)
Public methodGetPropertiesAsyncT(FuncResponse, T, AsyncHandle)
Public methodMatchTags
Public methodMatchTagsAsync(IEnumerableString, AsyncHandle)
Public methodMatchTagsAsyncT(IEnumerableString, 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 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 every time the Qlik Sense entity needs to be updated due to changes in either selectionstate, data or entity 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