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

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

The QixClassBase type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodStatic memberGetRegisteredType
Get a registered type.
Public methodReadJson
Method for updating an object according to a Qix json object.
Public methodStatic memberTokenToQixObject
Deserialize a JToken to an object of a class extending QixClassBase.
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.
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.
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 when a modification has occured to the Qlik Sense entity's selection state, data or properties.
Public eventClosed
This event fires when the Qlik Sense entity has been removed or deleted.
Top
See Also
Inheritance Hierarchy