| GenericBookmark Methods |
The GenericBookmark 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. | |
| Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from QixClassBase.) | |
| 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. | |
| ReadJson |
Method for updating an object according to a Qix json object.
(Inherited from QixClassBase.) | |
| 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. |