Click or drag to resize
Dimension Class
Inheritance Hierarchy

Namespace: Qlik.Sense.Client
Assembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public class Dimension : GenericDimension, IDimension, 
	IGenericDimension, IQixClassBase, IDisposable

The Dimension type exposes the following members.

Constructors
  NameDescription
Public methodDimension
Initializes a new instance of the Dimension class
Top
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. 
(Inherited from GenericDimension.)
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. 
(Inherited from GenericDimension.)
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.

(Inherited from GenericDimension.)
Public methodGetGenericDimensionAsync(AsyncHandle)

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

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

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

(Inherited from GenericDimension.)
Public methodGetInfo

Returns the type and identifier of the object.

(Inherited from GenericDimension.)
Public methodGetInfoAsync(AsyncHandle)

Returns the type and identifier of the object.

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

Returns the type and identifier of the object.

(Inherited from GenericDimension.)
Public methodGetLayout
(Inherited from GenericDimension.)
Public methodGetLayoutAsync(AsyncHandle)
(Inherited from GenericDimension.)
Public methodGetLayoutAsyncT(FuncResponse, T, AsyncHandle)
(Inherited from GenericDimension.)
Public methodGetLinkedObjects

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

(Inherited from GenericDimension.)
Public methodGetLinkedObjectsAsync(AsyncHandle)

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

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

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

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

Publishes a dimension.

(Inherited from GenericDimension.)
Public methodPublishAsync

Publishes a dimension.

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

Sets some properties for a dimension.

(Inherited from GenericDimension.)
Public methodSetPropertiesAsync

Sets some properties for a dimension.

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

Unpublishes a dimension.

(Inherited from GenericDimension.)
Public methodUnPublishAsync

Unpublishes a dimension.

(Inherited from GenericDimension.)
Top
Properties
  NameDescription
Public propertyDescription
Public propertyDim
(Inherited from GenericDimension.)
Public propertyDimInfos
(Inherited from GenericDimension.)
Public propertyHandle
The handle of the Qlik Sense entity.
(Inherited from QixClassBase.)
Public propertyId
The id of the Qlik Sense entity.
(Inherited from QixClassBase.)
Public propertyInfo
(Inherited from GenericDimension.)
Public propertyMeta
(Inherited from GenericDimension.)
Public propertyName
Public propertyNxInfo
Public propertyNxLibraryDimensionDef
Public propertyNxMeta
Public propertyProperties
Public propertySession
The session this entity resides in.
(Inherited from QixClassBase.)
Public propertyTags
Public propertyTitle
Public propertyType
The type of the Qlik Sense entity.
(Inherited from QixClassBase.)
Public propertyVersion
Top
Events
  NameDescription
Public eventChanged
This event fires every time the Qlik Sense entity needs to be updated due to changes in either selectionstate, data or entity properties
(Inherited from QixClassBase.)
Public eventClosed
This event fires when the Qlik Sense entity has been removed or deleted.
(Inherited from QixClassBase.)
Top
See Also