IDimension MembersQlik Sense .NET SDK - API Reference
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.

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.

Soft properties apply only to generic objects.Applying a patch takes less time than resetting all the properties. 
(Inherited from IGenericDimension.)
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.

Soft properties apply only to generic objects.Applying a patch takes less time than resetting all the properties. 
(Inherited from IGenericDimension.)
Public methodGetGenericDimension

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

* Returns the handle of a dimension if the target (or handle) is app

(Inherited from IGenericDimension.)
Public methodGetGenericDimensionAsync(String)

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

* Returns the handle of a dimension if the target (or handle) is app

(Inherited from IGenericDimension.)
Public methodGetGenericDimensionAsync T (Func Response, T , String)

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

* Returns the handle of a dimension if the target (or handle) is app

(Inherited from IGenericDimension.)
Public methodGetInfo

Returns the type and identifier of the object.

(Inherited from IGenericDimension.)
Public methodGetInfoAsync(String)

Returns the type and identifier of the object.

(Inherited from IGenericDimension.)
Public methodGetInfoAsync T (Func Response, T , String)

Returns the type and identifier of the object.

(Inherited from IGenericDimension.)
Public methodGetLayout

Evaluates an object and displays its properties including the dynamic properties. If the member delta is set to true in the request object, only the delta is evaluated. A GetLayout call on a generic object, returns up to one level down in the hierarchy.

(Inherited from IGenericDimension.)
Public methodGetLayoutAsync(String)

Evaluates an object and displays its properties including the dynamic properties. If the member delta is set to true in the request object, only the delta is evaluated. A GetLayout call on a generic object, returns up to one level down in the hierarchy.

(Inherited from IGenericDimension.)
Public methodGetLayoutAsync T (Func Response, T , String)

Evaluates an object and displays its properties including the dynamic properties. If the member delta is set to true in the request object, only the delta is evaluated. A GetLayout call on a generic object, returns up to one level down in the hierarchy.

(Inherited from IGenericDimension.)
Public methodGetLinkedObjects

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

(Inherited from IGenericDimension.)
Public methodGetLinkedObjectsAsync(String)

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

(Inherited from IGenericDimension.)
Public methodGetLinkedObjectsAsync T (Func Response, T , String)

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(String)

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 T (Func Response, T , String)

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

Sets some properties for a dimension.

(Inherited from IGenericDimension.)
Public methodSetPropertiesAsync

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.)
Back to Top
Properties

  NameDescription
Public propertyDescription
Public propertyDim
(Inherited from IGenericDimension.)
Public propertyDimInfos
(Inherited from IGenericDimension.)
Public propertyHandle
(Inherited from IQixClassBase.)
Public propertyId
(Inherited from IQixClassBase.)
Public propertyInfo
(Inherited from IGenericDimension.)
Public propertyMeta
(Inherited from IGenericDimension.)
Public propertyName
Public propertyNxInfo
Public propertyNxLibraryDimensionDef
Public propertyNxMeta
Public propertyProperties
(Inherited from IGenericDimension.)
Public propertyProperties
Public propertyTags
Public propertyTitle
Public propertyType
(Inherited from IQixClassBase.)
Public propertyVersion
Back to Top
Events

  NameDescription
Public eventChanged
(Inherited from IQixClassBase.)
Public eventClosed
(Inherited from IQixClassBase.)
Back to Top
See Also