Click or drag to resize
ISnapshot Interface

Namespace: Qlik.Sense.Client.Snapshot
Assembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public interface ISnapshot : IGenericBookmark, 
	IQixClassBase, IDisposable

The ISnapshot type exposes the following members.

Methods
  NameDescription
Public methodApply

Applies a bookmark.

(Inherited from IGenericBookmark.)
Public methodApplyAsync(AsyncHandle)

Applies a bookmark.

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

Applies a bookmark.

(Inherited from IGenericBookmark.)
Public methodApplyPatches

Applies a patch to the properties of an object. Allows an update to some of the properties.

It is possible to apply a patch to the properties of a generic object, that is not persistent. Such a patch is called a soft patch. In that case, the result of the operation on the properties (add, remove or delete) is not shown when doing GetProperties and only a GetLayout call shows the result of the operation. Properties that are not persistent are called soft properties. Once the session is over, soft properties are cleared.

Applying a patch takes less time than resetting all the properties. 
(Inherited from IGenericBookmark.)
Public methodApplyPatchesAsync

Applies a patch to the properties of an object. Allows an update to some of the properties.

It is possible to apply a patch to the properties of a generic object, that is not persistent. Such a patch is called a soft patch. In that case, the result of the operation on the properties (add, remove or delete) is not shown when doing GetProperties and only a GetLayout call shows the result of the operation. Properties that are not persistent are called soft properties. Once the session is over, soft properties are cleared.

Applying a patch takes less time than resetting all the properties. 
(Inherited from IGenericBookmark.)
Public methodGetInfo

Returns:

* the type of the object

* the identifier of the object

(Inherited from IGenericBookmark.)
Public methodGetInfoAsync(AsyncHandle)

Returns:

* the type of the object

* the identifier of the object

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

Returns:

* the type of the object

* the identifier of the object

(Inherited from IGenericBookmark.)
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. A GetLayout call on a generic object, returns up to one level down in the hierarchy.

(Inherited from IGenericBookmark.)
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. A GetLayout call on a generic object, returns up to one level down in the hierarchy.

(Inherited from IGenericBookmark.)
Public methodGetLayoutAsyncT(FuncResponse, T, 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. A GetLayout call on a generic object, returns up to one level down in the hierarchy.

(Inherited from IGenericBookmark.)
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 IGenericBookmark.)
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 IGenericBookmark.)
Public methodGetPropertiesAsyncT(FuncResponse, T, 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 IGenericBookmark.)
Public methodPublish

Publishes a bookmark.

(Inherited from IGenericBookmark.)
Public methodPublishAsync

Publishes a bookmark.

(Inherited from IGenericBookmark.)
Public methodResumeLayout
(Inherited from IGenericBookmark.)
Public methodSetProperties

Sets some properties for a bookmark.

(Inherited from IGenericBookmark.)
Public methodSetPropertiesAsync

Sets some properties for a bookmark.

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

Unpublishes a bookmark.

(Inherited from IGenericBookmark.)
Public methodUnPublishAsync

Unpublishes a bookmark.

(Inherited from IGenericBookmark.)
Top
Properties
  NameDescription
Public propertyBookmark
(Inherited from IGenericBookmark.)
Public propertyCreationDate
Public propertyDescription
Public propertyHandle
The handle of the Qlik Sense entity.
(Inherited from IQixClassBase.)
Public propertyId
The id of the Qlik Sense entity.
(Inherited from IQixClassBase.)
Public propertyInfo
(Inherited from IGenericBookmark.)
Public propertyIsClone
Public propertyMeta
(Inherited from IGenericBookmark.)
Public propertyNxBookmark
Public propertyNxInfo
Public propertyNxMeta
Public propertyProperties
Public propertySheetId
Public propertySnapshotData
Public propertySourceObjectId
Public propertyTimestamp
Public propertyTitle
Public propertyType
The type of the Qlik Sense entity.
(Inherited from IQixClassBase.)
Public propertyVersion
Public propertyVisualizationType
Top
Events
  NameDescription
Public eventChanged
This event fires every time the Qlik Sense entity needs to be updated due to changes in either selectionstate, data or entity properties
(Inherited from IQixClassBase.)
Public eventClosed
This event fires when the Qlik Sense entity has been removed or deleted.
(Inherited from IQixClassBase.)
Top
See Also