| Name | Description | |
|---|---|---|
| GenericBookmark | Initializes a new instance of the GenericBookmark class |
| Name | Description | |
|---|---|---|
| Apply | Applies a bookmark. | |
| ApplyAsync(String) | Applies a bookmark. | |
| ApplyAsync T (Func Response, T , String) | Applies a bookmark. | |
| ApplyPatches | 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. Soft properties apply only to generic objects.Applying a patch takes less time than resetting all the properties. | |
| ApplyPatchesAsync | 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. Soft properties apply only to generic objects.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(String) | Returns: * the type of the object * the identifier of the object | |
| GetInfoAsync T (Func Response, T , String) | 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. A GetLayout call on a generic object, returns up to one level down in the hierarchy. | |
| GetLayoutAsync(String) | 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. | |
| GetLayoutAsync T (Func Response, T , String) | 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. | |
| 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(String) | Shows the properties of an object. If the member delta is set to true in the request object, only the delta is retrieved. | |
| GetPropertiesAsync T (Func Response, T , String) | 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. | |
| ResumeLayout | ||
| SetProperties | Sets some properties for a bookmark. | |
| SetPropertiesAsync | Sets some properties for a bookmark. | |
| SuspendLayout | ||
| UnPublish | Unpublishes a bookmark. | |
| UnPublishAsync | Unpublishes a bookmark. |
| Name | Description | |
|---|---|---|
| Bookmark | ||
| Handle |
The handle of the generic object.
(Inherited from QixClassBase.) | |
| Id | (Inherited from QixClassBase.) | |
| Info | ||
| Meta | ||
| Properties | ||
| Session |
The session this object resides in.
(Inherited from QixClassBase.) | |
| Type |
The type of the generic object.
(Inherited from QixClassBase.) |
| Name | Description | |
|---|---|---|
| Changed | (Inherited from QixClassBase.) | |
| Closed | (Inherited from QixClassBase.) |