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.

Applying a patch takes less time than resetting all the properties. 
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. 
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. 
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.

Public methodGetGenericDimensionAsync

Returns the definition of a dimension.

Public methodGetGenericDimensionAsync(AsyncHandle)

Returns the definition of a dimension.

Public methodGetGenericDimensionAsyncT(AsyncHandle, FuncResponse, T)

Returns the definition of a dimension.

Public methodGetInfo

Returns the type and identifier of the object.

Public methodGetInfoAsync

Returns the type and identifier of the object.

Public methodGetInfoAsync(AsyncHandle)

Returns the type and identifier of the object.

Public methodGetInfoAsyncT(AsyncHandle, FuncResponse, T)

Returns the type and identifier of the object.

Public methodGetLayout

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

Public methodGetLayoutAsync

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

Public methodGetLayoutAsync(AsyncHandle)

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

Public methodGetLayoutAsyncT(AsyncHandle, FuncResponse, T)

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

Public methodGetLinkedObjects

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

Public methodGetLinkedObjectsAsync

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(AsyncHandle, FuncResponse, T)

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

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

Publishes a dimension.

Public methodPublishAsync

Publishes a dimension.

Public methodPublishAsync(AsyncHandle)

Publishes a dimension.

Public methodReadJson
Method for updating an object according to a Qix json object.
(Inherited from QixClassBase.)
Public methodResumeLayout
Public methodSetProperties

Sets some properties for a dimension.

Public methodSetPropertiesAsync(GenericDimensionProperties)

Sets some properties for a dimension.

Public methodSetPropertiesAsync(AsyncHandle, GenericDimensionProperties)

Sets some properties for a dimension.

Public methodSuspendLayout
Public methodUnPublish

Unpublishes a dimension.

Public methodUnPublishAsync

Unpublishes a dimension.

Public methodUnPublishAsync(AsyncHandle)

Unpublishes a dimension.

Top
See Also