Click or drag to resize
GenericDimension Methods

The GenericDimension type exposes the following members.

Methods
  NameDescription
Public methodApplyPatches

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

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. 
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from QixClassBase.)
Public methodGetGenericDimension

Returns the definition of a dimension if the target (or handle ) is a dimension.

Public methodGetGenericDimensionAsync(AsyncHandle)

Returns the definition of a dimension if the target (or handle ) is a dimension.

Public methodGetGenericDimensionAsyncT(FuncResponse, T, AsyncHandle)

Returns the definition of a dimension if the target (or handle ) is a dimension.

Public methodGetInfo

Returns the type and identifier of the object.

Public methodGetInfoAsync(AsyncHandle)

Returns the type and identifier of the object.

Public methodGetInfoAsyncT(FuncResponse, T, AsyncHandle)

Returns the type and identifier of the object.

Public methodGetLayout
Public methodGetLayoutAsync(AsyncHandle)
Public methodGetLayoutAsyncT(FuncResponse, T, AsyncHandle)
Public methodGetLinkedObjects

Lists the linked objects to a generic object, a dimension or a measure.

Public methodGetLinkedObjectsAsync(AsyncHandle)

Lists the linked objects to a generic object, a dimension or a measure.

Public methodGetLinkedObjectsAsyncT(FuncResponse, T, AsyncHandle)

Lists the linked objects to a generic object, a dimension or a measure.

Public methodGetProperties

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.
Public methodGetPropertiesAsync(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.
Public methodGetPropertiesAsyncT(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.
Public methodPublish

Publishes a dimension.

Public methodPublishAsync

Publishes a dimension.

Public methodResumeLayout
Public methodSetProperties

Sets some properties for a dimension.

Public methodSetPropertiesAsync

Sets some properties for a dimension.

Public methodSuspendLayout
Public methodUnPublish

Unpublishes a dimension.

Public methodUnPublishAsync

Unpublishes a dimension.

Top
See Also