Click or drag to resize
IQixClassBase Interface

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

The IQixClassBase type exposes the following members.

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 propertyType
The type of the Qlik Sense entity.
Top
Events
  NameDescription
Public eventChanged
This event fires when to notify subscribers that a change has occured.
(Inherited from IChangeNotifier.)
Public eventClosed
This event fires when the Qlik Sense entity has been removed or deleted.
Top
See Also