IGenericDimension Interface |
Namespace: Qlik.Engine
The IGenericDimension type exposes the following members.
Name | Description | |
---|---|---|
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. 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. Applying a patch takes less time than resetting all the properties. | |
GetGenericDimension | Returns the definition of a dimension if the target (or handle ) is a dimension. | |
GetGenericDimensionAsync(AsyncHandle) | Returns the definition of a dimension if the target (or handle ) is a dimension. | |
GetGenericDimensionAsyncT(FuncResponse, T, AsyncHandle) | Returns the definition of a dimension if the target (or handle ) is a dimension. | |
GetInfo | Returns the type and identifier of the object. | |
GetInfoAsync(AsyncHandle) | Returns the type and identifier of the object. | |
GetInfoAsyncT(FuncResponse, T, AsyncHandle) | Returns the type and identifier of the object. | |
GetLayout | ||
GetLayoutAsync(AsyncHandle) | ||
GetLayoutAsyncT(FuncResponse, T, AsyncHandle) | ||
GetLinkedObjects | Lists the linked objects to a generic object, a dimension or a measure. | |
GetLinkedObjectsAsync(AsyncHandle) | Lists the linked objects to a generic object, a dimension or a measure. | |
GetLinkedObjectsAsyncT(FuncResponse, T, AsyncHandle) | Lists the linked objects to a generic object, a dimension or a measure. | |
GetProperties | Shows the properties of an object. Returns the identifier and the definition of the dimension. 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. Returns the identifier and the definition of the dimension. If the member delta is set to true in the request object, only the delta is retrieved. | |
GetPropertiesAsyncT(FuncResponse, T, AsyncHandle) | Shows the properties of an object. Returns the identifier and the definition of the dimension. If the member delta is set to true in the request object, only the delta is retrieved. | |
Publish | Publishes a dimension. | |
PublishAsync | Publishes a dimension. | |
ResumeLayout | ||
SetProperties | Sets some properties for a dimension. | |
SetPropertiesAsync | Sets some properties for a dimension. | |
SuspendLayout | ||
UnPublish | Unpublishes a dimension. | |
UnPublishAsync | Unpublishes a dimension. |
Name | Description | |
---|---|---|
Dim | ||
DimInfos | ||
Handle |
The handle of the Qlik Sense entity.
(Inherited from IQixClassBase.) | |
Id |
The id of the Qlik Sense entity.
(Inherited from IQixClassBase.) | |
Info | ||
Meta | ||
Properties | ||
Type |
The type of the Qlik Sense entity.
(Inherited from IQixClassBase.) |
Name | Description | |
---|---|---|
Changed |
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.) | |
Closed |
This event fires when the Qlik Sense entity has been removed or deleted.
(Inherited from IQixClassBase.) |