Click or drag to resize
GenericBookmark Methods

The GenericBookmark type exposes the following members.

Methods
  NameDescription
Public methodApply

Applies a bookmark.

Public methodApplyAsync

Applies a bookmark.

Public methodApplyAsync(AsyncHandle)

Applies a bookmark.

Public methodApplyAsyncT(AsyncHandle, FuncResponse, T)

Applies a bookmark.

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. 
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. 
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. 
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

Public methodGetInfoAsync

Returns:

* the type of the object

* the identifier of the object

Public methodGetInfoAsync(AsyncHandle)

Returns:

* the type of the object

* the identifier of the object

Public methodGetInfoAsyncT(AsyncHandle, FuncResponse, T)

Returns:

* the type of the object

* the identifier of the object

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.

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.

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.

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.

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.
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.
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.
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.
Public methodPublish

Publishes a bookmark.

Public methodPublishAsync

Publishes a bookmark.

Public methodPublishAsync(AsyncHandle)

Publishes a bookmark.

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

Sets some properties for a bookmark.

Public methodSetPropertiesAsync(GenericBookmarkProperties)

Sets some properties for a bookmark.

Public methodSetPropertiesAsync(AsyncHandle, GenericBookmarkProperties)

Sets some properties for a bookmark.

Public methodSuspendLayout
Public methodUnPublish

Unpublishes a bookmark.

Public methodUnPublishAsync

Unpublishes a bookmark.

Public methodUnPublishAsync(AsyncHandle)

Unpublishes a bookmark.

Top
See Also