Click or drag to resize
Snapshot Methods

The Snapshot type exposes the following members.

Methods
  NameDescription
Public methodApply

Applies a bookmark.

(Inherited from GenericBookmark.)
Public methodApplyAsync(AsyncHandle)

Applies a bookmark.

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

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.

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 GenericBookmark.)
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 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(AsyncHandle)

Returns:

* the type of the object

* the identifier of the object

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

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

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

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

Publishes a bookmark.

(Inherited from GenericBookmark.)
Public methodPublishAsync

Publishes a bookmark.

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

Sets some properties for a bookmark.

(Inherited from GenericBookmark.)
Public methodSetPropertiesAsync

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.)
Top
See Also