Click or drag to resize
QixClassBase Class
Inheritance Hierarchy
SystemObject
  Qlik.EngineQixClassBase
    More...

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

The QixClassBase type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Top
Properties
  NameDescription
Public propertyHandle
The handle of the Qlik Sense entity.
Public propertyId
The id of the Qlik Sense entity.
Public propertySession
The session this entity resides in.
Public propertyType
The type of the Qlik Sense entity.
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
Public eventClosed
This event fires when the Qlik Sense entity has been removed or deleted.
Top
See Also
Inheritance Hierarchy