IGenericDimension Interface
Assembly: Qlik.Engine.dll
This class describes all the methods that apply at dimension level.
The handle
member in the JSON request for all methods listed in this section is the handle of the dimension.
Syntax
public interface IGenericDimension : IPropertyContainer, IQixClassBase, IDisposable, IChangeNotifier
Properties
Name | Description |
---|---|
Layout | |
Properties |
Methods
Name | Description |
---|---|
ApplyPatches(IEnumerable<NxPatch>) |
Applies a patch to the properties of an object. Allows an update to some of the properties. It should not be possible to patch "/qInfo/qId", and it will be forbidden in the near future. |
ApplyPatchesAsync(AsyncHandle, IEnumerable<NxPatch>) |
Applies a patch to the properties of an object. Allows an update to some of the properties. It should not be possible to patch "/qInfo/qId", and it will be forbidden in the near future. |
ApplyPatchesAsync(IEnumerable<NxPatch>) |
Applies a patch to the properties of an object. Allows an update to some of the properties. It should not be possible to patch "/qInfo/qId", and it will be forbidden in the near future. |
Approve() |
Adds the generic dimension to the list of approved objects |
ApproveAsync() |
Adds the generic dimension to the list of approved objects |
ApproveAsync(AsyncHandle) |
Adds the generic dimension to the list of approved objects |
GetGenericDimension() |
Returns the definition of a dimension. The definition of the dimension is returned. |
GetGenericDimensionAsync() |
Returns the definition of a dimension. The definition of the dimension is returned. |
GetGenericDimensionAsync(AsyncHandle) |
Returns the definition of a dimension. The definition of the dimension is returned. |
GetGenericDimensionAsync<T>(AsyncHandle, Func<Response, T>) |
Returns the definition of a dimension. The definition of the dimension is returned. |
GetInfo() |
Returns the type and identifier of the object. |
GetInfoAsync() |
Returns the type and identifier of the object. |
GetInfoAsync(AsyncHandle) |
Returns the type and identifier of the object. |
GetInfoAsync<T>(AsyncHandle, Func<Response, T>) |
Returns the type and identifier of the object. |
GetLayout() |
Evaluates a dimension and displays its properties, including the dynamic properties. |
GetLayoutAsync() |
Evaluates a dimension and displays its properties, including the dynamic properties. |
GetLayoutAsync(AsyncHandle) |
Evaluates a dimension and displays its properties, including the dynamic properties. |
GetLinkedObjects() |
Lists the linked objects to a generic object, a dimension or a measure. |
GetLinkedObjectsAsync() |
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. |
GetLinkedObjectsAsync<T>(AsyncHandle, Func<Response, T>) |
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. |
GetPropertiesAsync() |
Shows the properties of an object. Returns the identifier and the definition of the dimension. |
GetPropertiesAsync(AsyncHandle) |
Shows the properties of an object. Returns the identifier and the definition of the dimension. |
Publish() |
Publishes a dimension. |
PublishAsync() |
Publishes a dimension. |
PublishAsync(AsyncHandle) |
Publishes a dimension. |
SetProperties(GenericDimensionProperties) |
Sets some properties for a dimension. |
SetPropertiesAsync(AsyncHandle, GenericDimensionProperties) |
Sets some properties for a dimension. |
SetPropertiesAsync(GenericDimensionProperties) |
Sets some properties for a dimension. |
UnApprove() |
Removes the generic dimension from the list of approved objects |
UnApproveAsync() |
Removes the generic dimension from the list of approved objects |
UnApproveAsync(AsyncHandle) |
Removes the generic dimension from the list of approved objects |
UnPublish() |
Unpublishes a dimension. |
UnPublishAsync() |
Unpublishes a dimension. |
UnPublishAsync(AsyncHandle) |
Unpublishes a dimension. |
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!