GenericBookmark Class |
Namespace: Qlik.Engine
The GenericBookmark type exposes the following members.
Name | Description | |
---|---|---|
![]() | GenericBookmark | Initializes a new instance of the GenericBookmark class |
Name | Description | |
---|---|---|
![]() | Apply | Applies a bookmark. |
![]() | ApplyAsync | Applies a bookmark. |
![]() | ApplyAsync(AsyncHandle) | Applies a bookmark. |
![]() | ApplyAsyncT(AsyncHandle, FuncResponse, T) | Applies a bookmark. |
![]() | ApplyPatches | Applies a patch to the properties of an object. Allows an update to some of the properties. Applying a patch takes less time than resetting all the properties. |
![]() | ApplyPatchesAsync(IEnumerableNxPatch) | Applies a patch to the properties of an object. Allows an update to some of the properties. Applying a patch takes less time than resetting all the properties. |
![]() | ApplyPatchesAsync(AsyncHandle, IEnumerableNxPatch) | Applies a patch to the properties of an object. Allows an update to some of the properties. Applying a patch takes less time than resetting all the properties. |
![]() | Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from QixClassBase.) |
![]() | GetInfo | Returns: * the type of the object * the identifier of the object |
![]() | GetInfoAsync | Returns: * the type of the object * the identifier of the object |
![]() | GetInfoAsync(AsyncHandle) | Returns: * the type of the object * the identifier of the object |
![]() | GetInfoAsyncT(AsyncHandle, FuncResponse, T) | Returns: * the type of the object * the identifier of the object |
![]() | GetLayout | Evaluates an object and displays its properties including the dynamic properties. If the member delta is set to true in the request object, only the delta is evaluated. |
![]() | GetLayoutAsync | Evaluates an object and displays its properties including the dynamic properties. If the member delta is set to true in the request object, only the delta is evaluated. |
![]() | GetLayoutAsync(AsyncHandle) | Evaluates an object and displays its properties including the dynamic properties. If the member delta is set to true in the request object, only the delta is evaluated. |
![]() | GetLayoutAsyncT(AsyncHandle, FuncResponse, T) | Evaluates an object and displays its properties including the dynamic properties. If the member delta is set to true in the request object, only the delta is evaluated. |
![]() | GetProperties | Shows the properties of an object. If the member delta is set to true in the request object, only the delta is retrieved. |
![]() | GetPropertiesAsync | Shows the properties of an object. If the member delta is set to true in the request object, only the delta is retrieved. |
![]() | GetPropertiesAsync(AsyncHandle) | Shows the properties of an object. If the member delta is set to true in the request object, only the delta is retrieved. |
![]() | GetPropertiesAsyncT(AsyncHandle, FuncResponse, T) | Shows the properties of an object. If the member delta is set to true in the request object, only the delta is retrieved. |
![]() | Publish | Publishes a bookmark. |
![]() | PublishAsync | Publishes a bookmark. |
![]() | PublishAsync(AsyncHandle) | Publishes a bookmark. |
![]() | ReadJson |
Method for updating an object according to a Qix json object.
(Inherited from QixClassBase.) |
![]() | ResumeLayout | |
![]() | SetProperties | Sets some properties for a bookmark. |
![]() | SetPropertiesAsync(GenericBookmarkProperties) | Sets some properties for a bookmark. |
![]() | SetPropertiesAsync(AsyncHandle, GenericBookmarkProperties) | Sets some properties for a bookmark. |
![]() | SuspendLayout | |
![]() | UnPublish | Unpublishes a bookmark. |
![]() | UnPublishAsync | Unpublishes a bookmark. |
![]() | UnPublishAsync(AsyncHandle) | Unpublishes a bookmark. |
Name | Description | |
---|---|---|
![]() | Bookmark | Reference to property Layout.Bookmark |
![]() | ConsiderDirty |
Forces send of GetProperties and GetLayout calls to engine for this object even when the layout and properties are up to date.
(Inherited from QixClassBase.) |
![]() | 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.
(Inherited from QixClassBase.) |
![]() | Handle |
The handle of the Qlik Sense entity.
(Inherited from QixClassBase.) |
![]() | Id |
The id of the Qlik Sense entity.
(Inherited from QixClassBase.) |
![]() | Info | Reference to property Layout.Info |
![]() | Meta | Reference to property Layout.Meta |
![]() | Properties | |
![]() | Session |
The session this entity resides in.
(Inherited from QixClassBase.) |
![]() | Type |
The type of the Qlik Sense entity.
(Inherited from QixClassBase.) |
Name | Description | |
---|---|---|
![]() | Changed |
This event fires when a modification has occured to the Qlik Sense entity's selection state, data or properties.
(Inherited from QixClassBase.) |
![]() | Closed |
This event fires when the Qlik Sense entity has been removed or deleted.
(Inherited from QixClassBase.) |