Click or drag to resize
Bookmark Class
Inheritance Hierarchy

Namespace: Qlik.Sense.Client
Assembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public class Bookmark : GenericBookmark, IBookmark, 
	IGenericBookmark, IQixClassBase, IChangeNotifier, IDisposable

The Bookmark type exposes the following members.

Constructors
  NameDescription
Public methodBookmark
Initializes a new instance of the Bookmark class
Top
Methods
  NameDescription
Public methodApply

Applies a bookmark.

(Inherited from GenericBookmark.)
Public methodApplyAsync

Applies a bookmark.

(Inherited from GenericBookmark.)
Public methodApplyAsync(AsyncHandle)

Applies a bookmark.

(Inherited from GenericBookmark.)
Public methodApplyAsyncT(AsyncHandle, FuncResponse, T)

Applies a bookmark.

(Inherited from GenericBookmark.)
Public methodApplyPatches

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. 
(Inherited from GenericBookmark.)
Public methodApplyPatchesAsync(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. 
(Inherited from GenericBookmark.)
Public methodApplyPatchesAsync(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. 
(Inherited from GenericBookmark.)
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from QixClassBase.)
Public methodGetInfo

Returns:

* the type of the object

* the identifier of the object

(Inherited from GenericBookmark.)
Public methodGetInfoAsync

Returns:

* the type of the object

* the identifier of the object

(Inherited from GenericBookmark.)
Public methodGetInfoAsync(AsyncHandle)

Returns:

* the type of the object

* the identifier of the object

(Inherited from GenericBookmark.)
Public methodGetInfoAsyncT(AsyncHandle, FuncResponse, T)

Returns:

* the type of the object

* the identifier of the object

(Inherited from GenericBookmark.)
Public methodGetLayout

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.

(Inherited from GenericBookmark.)
Public methodGetLayoutAsync

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.

(Inherited from GenericBookmark.)
Public methodGetLayoutAsync(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.

(Inherited from GenericBookmark.)
Public methodGetLayoutAsyncT(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.

(Inherited from GenericBookmark.)
Public methodGetProperties

Shows the properties of an object.

If the member delta is set to true in the request object, only the delta is retrieved.
(Inherited from GenericBookmark.)
Public methodGetPropertiesAsync

Shows the properties of an object.

If the member delta is set to true in the request object, only the delta is retrieved.
(Inherited from GenericBookmark.)
Public methodGetPropertiesAsync(AsyncHandle)

Shows the properties of an object.

If the member delta is set to true in the request object, only the delta is retrieved.
(Inherited from GenericBookmark.)
Public methodGetPropertiesAsyncT(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.
(Inherited from GenericBookmark.)
Public methodPublish

Publishes a bookmark.

(Inherited from GenericBookmark.)
Public methodPublishAsync

Publishes a bookmark.

(Inherited from GenericBookmark.)
Public methodPublishAsync(AsyncHandle)

Publishes a bookmark.

(Inherited from GenericBookmark.)
Public methodReadJson
Method for updating an object according to a Qix json object.
(Inherited from QixClassBase.)
Public methodResumeLayout
(Inherited from GenericBookmark.)
Public methodSetProperties

Sets some properties for a bookmark.

(Inherited from GenericBookmark.)
Public methodSetPropertiesAsync(GenericBookmarkProperties)

Sets some properties for a bookmark.

(Inherited from GenericBookmark.)
Public methodSetPropertiesAsync(AsyncHandle, GenericBookmarkProperties)

Sets some properties for a bookmark.

(Inherited from GenericBookmark.)
Public methodSuspendLayout
(Inherited from GenericBookmark.)
Public methodUnPublish

Unpublishes a bookmark.

(Inherited from GenericBookmark.)
Public methodUnPublishAsync

Unpublishes a bookmark.

(Inherited from GenericBookmark.)
Public methodUnPublishAsync(AsyncHandle)

Unpublishes a bookmark.

(Inherited from GenericBookmark.)
Top
Properties
  NameDescription
Public propertyBookmark
Reference to property Layout.Bookmark
(Inherited from GenericBookmark.)
Public propertyConsiderDirty
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.)
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.
(Inherited from QixClassBase.)
Public propertyCreationDate
Reference to property Layout.CreationDate
Public propertyHandle
The handle of the Qlik Sense entity.
(Inherited from QixClassBase.)
Public propertyId
The id of the Qlik Sense entity.
(Inherited from QixClassBase.)
Public propertyInfo
Reference to property Layout.Info
(Inherited from GenericBookmark.)
Public propertyMeta
Reference to property Layout.Meta
(Inherited from GenericBookmark.)
Public propertyMetaAttributes
Reference to property Layout.Meta
Public propertyNxBookmark
Reference to property Layout.Bookmark
Public propertyNxInfo
Reference to property Layout.Info
Public propertyProperties
Public propertyQlikConnection
Reference to property Layout.Session
Public propertySelectionFields
Reference to property Layout.SelectionFields
Public propertySession
The session this entity resides in.
(Inherited from QixClassBase.)
Public propertySheetId
Reference to property Layout.SheetId
Public propertyType
The type of the Qlik Sense entity.
(Inherited from QixClassBase.)
Top
Events
  NameDescription
Public eventChanged
This event fires when a modification has occured to the Qlik Sense entity's selection state, data or properties.
(Inherited from QixClassBase.)
Public eventClosed
This event fires when the Qlik Sense entity has been removed or deleted.
(Inherited from QixClassBase.)
Top
See Also