Click or drag to resize
Dimension Class
Inheritance Hierarchy

Namespace: Qlik.Sense.Client
Assembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public class Dimension : GenericDimension, IDimension, 
	IGenericDimension, IQixClassBase, IChangeNotifier, 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.

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

(Inherited from GenericDimension.)
Public methodGetGenericDimensionAsync

Returns the definition of a dimension.

(Inherited from GenericDimension.)
Public methodGetGenericDimensionAsync(AsyncHandle)

Returns the definition of a dimension.

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

Returns the definition of a dimension.

(Inherited from GenericDimension.)
Public methodGetInfo

Returns the type and identifier of the object.

(Inherited from GenericDimension.)
Public methodGetInfoAsync

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

Returns the type and identifier of the object.

(Inherited from GenericDimension.)
Public methodGetLayout

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

(Inherited from GenericDimension.)
Public methodGetLayoutAsync

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

(Inherited from GenericDimension.)
Public methodGetLayoutAsync(AsyncHandle)

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

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

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

(Inherited from GenericDimension.)
Public methodGetLinkedObjects

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

(Inherited from GenericDimension.)
Public methodGetLinkedObjectsAsync

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

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

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

Publishes a dimension.

(Inherited from GenericDimension.)
Public methodPublishAsync

Publishes a dimension.

(Inherited from GenericDimension.)
Public methodPublishAsync(AsyncHandle)

Publishes a dimension.

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

Sets some properties for a dimension.

(Inherited from GenericDimension.)
Public methodSetPropertiesAsync(GenericDimensionProperties)

Sets some properties for a dimension.

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

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.)
Public methodUnPublishAsync(AsyncHandle)

Unpublishes a dimension.

(Inherited from GenericDimension.)
Top
Properties
  NameDescription
Public propertyConsiderDirty
Forces send of GetProperties and GetLayout calls to engine for this object even when the layout and properties are up to date.
(Inherited from QixClassBase.)
Public propertyConsideredDirty
Forces send of GetProperties and GetLayout calls to engine for this object even when the layout and properties are up to date. Resume normal behavior when disposed.
(Inherited from QixClassBase.)
Public propertyDim
Reference to property Layout.Dim
(Inherited from GenericDimension.)
Public propertyDimInfos
Reference to property Layout.DimInfos
(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
Reference to property Layout.Info
(Inherited from GenericDimension.)
Public propertyMeta
Reference to property Layout.Meta
(Inherited from GenericDimension.)
Public propertyMetaAttributes
Reference to property Layout.Meta
Public propertyNxInfo
Reference to property Layout.Info
Public propertyNxLibraryDimensionDef
Reference to property Layout.Dim
Public propertyProperties
Public propertyQlikConnection
Reference to property Layout.Session
Public propertySession
The session this entity resides in.
(Inherited from QixClassBase.)
Public propertyType
The type of the Qlik Sense entity.
(Inherited from QixClassBase.)
Top
Events
  NameDescription
Public eventChanged
This event fires when a modification has occured to the Qlik Sense entity's selection state, data or 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