Skip to main content Skip to complementary content

CreateGenericDimensionAsync Method

Overloads

CreateGenericDimensionAsync(GenericDimensionProperties)

Creates a master dimension.

A master dimension is stored in the library of an app and can be used in many objects. Several generic objects can contain the same dimension.

CreateGenericDimensionAsync(AsyncHandle, GenericDimensionProperties)

Creates a master dimension.

A master dimension is stored in the library of an app and can be used in many objects. Several generic objects can contain the same dimension.

CreateGenericDimensionAsync<T>(AsyncHandle, Func<Response, T>, GenericDimensionProperties)

Creates a master dimension.

A master dimension is stored in the library of an app and can be used in many objects. Several generic objects can contain the same dimension.

CreateGenericDimensionAsync(GenericDimensionProperties)

Creates a master dimension.

A master dimension is stored in the library of an app and can be used in many objects. Several generic objects can contain the same dimension.

Declaration

      [QixName("CreateDimension")]
public Task<CreateGenericDimensionResult> CreateGenericDimensionAsync([QixName("qProp")] GenericDimensionProperties prop)
    

Parameters

Type Name Description
GenericDimensionProperties prop

Information about the properties.

Returns

Type Description
System.Threading.Tasks.Task<CreateGenericDimensionResult>

Implements

CreateGenericDimensionAsync(AsyncHandle, GenericDimensionProperties)

Creates a master dimension.

A master dimension is stored in the library of an app and can be used in many objects. Several generic objects can contain the same dimension.

Declaration

      [QixName("CreateDimension")]
public Task<CreateGenericDimensionResult> CreateGenericDimensionAsync(AsyncHandle asyncHandle, [QixName("qProp")] GenericDimensionProperties prop)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Handle to asynchronous method request

GenericDimensionProperties prop

Information about the properties.

Returns

Type Description
System.Threading.Tasks.Task<CreateGenericDimensionResult>

Implements

CreateGenericDimensionAsync<T>(AsyncHandle, Func<Response, T>, GenericDimensionProperties)

Creates a master dimension.

A master dimension is stored in the library of an app and can be used in many objects. Several generic objects can contain the same dimension.

Declaration

      [QixName("CreateDimension")]
public Task<T> CreateGenericDimensionAsync<T>(AsyncHandle asyncHandle, Func<Response, T> onResult, [QixName("qProp")] GenericDimensionProperties prop)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Handle to asynchronous method request

System.Func<Response, T> onResult

Continuation function

GenericDimensionProperties prop

Information about the properties.

Returns

Type Description
System.Threading.Tasks.Task<T>

Type Parameters

Name Description
T

Implements

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!