| IGenericBookmark Interface | 
Namespace: Qlik.Engine
The IGenericBookmark type exposes the following members.
| 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. | |
| 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.  | |
| 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 IQixClassBase.) | |
| 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 IQixClassBase.) | |
| Handle | 
            The handle of the Qlik Sense entity.
              (Inherited from IQixClassBase.) | |
| Id | 
            The id of the Qlik Sense entity.
              (Inherited from IQixClassBase.) | |
| Info | Reference to property Layout.Info  | |
| Meta | Reference to property Layout.Meta  | |
| Properties | ||
| Type | 
            The type of the Qlik Sense entity.
              (Inherited from IQixClassBase.) | 
| Name | Description | |
|---|---|---|
| Changed | 
            This event fires when to notify subscribers that a change has occured.
              (Inherited from IChangeNotifier.) | |
| Closed | 
            This event fires when the Qlik Sense entity has been removed or deleted.
              (Inherited from IQixClassBase.) |