Click or drag to resize
IDimension Methods

The IDimension 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.

Applying a patch takes less time than resetting all the properties. 
(Inherited from IGenericDimension.)
Public methodApplyPatchesAsync(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. 
(Inherited from IGenericDimension.)
Public methodApplyPatchesAsync(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. 
(Inherited from IGenericDimension.)
Public methodGetGenericDimension

Returns the definition of a dimension.

(Inherited from IGenericDimension.)
Public methodGetGenericDimensionAsync

Returns the definition of a dimension.

(Inherited from IGenericDimension.)
Public methodGetGenericDimensionAsync(AsyncHandle)

Returns the definition of a dimension.

(Inherited from IGenericDimension.)
Public methodGetGenericDimensionAsyncT(AsyncHandle, FuncResponse, T)

Returns the definition of a dimension.

(Inherited from IGenericDimension.)
Public methodGetInfo

Returns the type and identifier of the object.

(Inherited from IGenericDimension.)
Public methodGetInfoAsync

Returns the type and identifier of the object.

(Inherited from IGenericDimension.)
Public methodGetInfoAsync(AsyncHandle)

Returns the type and identifier of the object.

(Inherited from IGenericDimension.)
Public methodGetInfoAsyncT(AsyncHandle, FuncResponse, T)

Returns the type and identifier of the object.

(Inherited from IGenericDimension.)
Public methodGetLayout

Evaluates a dimension and displays its properties, including the dynamic properties.

(Inherited from IGenericDimension.)
Public methodGetLayoutAsync

Evaluates a dimension and displays its properties, including the dynamic properties.

(Inherited from IGenericDimension.)
Public methodGetLayoutAsync(AsyncHandle)

Evaluates a dimension and displays its properties, including the dynamic properties.

(Inherited from IGenericDimension.)
Public methodGetLayoutAsyncT(AsyncHandle, FuncResponse, T)

Evaluates a dimension and displays its properties, including the dynamic properties.

(Inherited from IGenericDimension.)
Public methodGetLinkedObjects

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

(Inherited from IGenericDimension.)
Public methodGetLinkedObjectsAsync

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

(Inherited from IGenericDimension.)
Public methodGetLinkedObjectsAsync(AsyncHandle)

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

(Inherited from IGenericDimension.)
Public methodGetLinkedObjectsAsyncT(AsyncHandle, FuncResponse, T)

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

(Inherited from IGenericDimension.)
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.
(Inherited from IGenericDimension.)
Public methodGetPropertiesAsync

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.
(Inherited from IGenericDimension.)
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.
(Inherited from IGenericDimension.)
Public methodGetPropertiesAsyncT(AsyncHandle, FuncResponse, T)

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.
(Inherited from IGenericDimension.)
Public methodPublish

Publishes a dimension.

(Inherited from IGenericDimension.)
Public methodPublishAsync

Publishes a dimension.

(Inherited from IGenericDimension.)
Public methodPublishAsync(AsyncHandle)

Publishes a dimension.

(Inherited from IGenericDimension.)
Public methodResumeLayout
(Inherited from IGenericDimension.)
Public methodSetProperties

Sets some properties for a dimension.

(Inherited from IGenericDimension.)
Public methodSetPropertiesAsync(GenericDimensionProperties)

Sets some properties for a dimension.

(Inherited from IGenericDimension.)
Public methodSetPropertiesAsync(AsyncHandle, GenericDimensionProperties)

Sets some properties for a dimension.

(Inherited from IGenericDimension.)
Public methodSuspendLayout
(Inherited from IGenericDimension.)
Public methodUnPublish

Unpublishes a dimension.

(Inherited from IGenericDimension.)
Public methodUnPublishAsync

Unpublishes a dimension.

(Inherited from IGenericDimension.)
Public methodUnPublishAsync(AsyncHandle)

Unpublishes a dimension.

(Inherited from IGenericDimension.)
Top
See Also