| QixClassBase Class |
Namespace: Qlik.Engine
The QixClassBase type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
| GetRegisteredType |
Get a registered type.
| |
| ReadJson |
Method for updating an object according to a Qix json object.
| |
| TokenToQixObject |
Deserialize a JToken to an object of a class extending QixClassBase.
|
| Name | Description | |
|---|---|---|
| ConsiderDirty |
Forces send of GetProperties and GetLayout calls to engine for this object even when the layout and properties are up to date.
| |
| ConsideredDirty |
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.
| |
| Handle |
The handle of the Qlik Sense entity.
| |
| Id |
The id of the Qlik Sense entity.
| |
| Session |
The session this entity resides in.
| |
| Type |
The type of the Qlik Sense entity.
|
| Name | Description | |
|---|---|---|
| Changed |
This event fires when a modification has occured to the Qlik Sense entity's selection state, data or properties.
| |
| Closed |
This event fires when the Qlik Sense entity has been removed or deleted.
|