Click or drag to resize
Measure Class
Inheritance Hierarchy

Namespace: Qlik.Sense.Client
Assembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 2.0.0.0+Build:29.QSM12-CIGS
Syntax
public class Measure : GenericMeasure, IMeasure, 
	IGenericMeasure, IQixClassBase, IChangeNotifier, IDisposable

The Measure type exposes the following members.

Constructors
  NameDescription
Public methodMeasure
Initializes a new instance of the Measure 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 GenericMeasure.)
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 GenericMeasure.)
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 GenericMeasure.)
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from QixClassBase.)
Public methodGetGenericMeasure

Returns the definition of a measure.

(Inherited from GenericMeasure.)
Public methodGetGenericMeasureAsync

Returns the definition of a measure.

(Inherited from GenericMeasure.)
Public methodGetGenericMeasureAsync(AsyncHandle)

Returns the definition of a measure.

(Inherited from GenericMeasure.)
Public methodGetGenericMeasureAsyncT(AsyncHandle, FuncResponse, T)

Returns the definition of a measure.

(Inherited from GenericMeasure.)
Public methodGetInfo

Returns the type and identifier of the object.

(Inherited from GenericMeasure.)
Public methodGetInfoAsync

Returns the type and identifier of the object.

(Inherited from GenericMeasure.)
Public methodGetInfoAsync(AsyncHandle)

Returns the type and identifier of the object.

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

Returns the type and identifier of the object.

(Inherited from GenericMeasure.)
Public methodGetLayout

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

(Inherited from GenericMeasure.)
Public methodGetLayoutAsync

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

(Inherited from GenericMeasure.)
Public methodGetLayoutAsync(AsyncHandle)

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

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

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

(Inherited from GenericMeasure.)
Public methodGetLinkedObjects

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

(Inherited from GenericMeasure.)
Public methodGetLinkedObjectsAsync

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

(Inherited from GenericMeasure.)
Public methodGetLinkedObjectsAsync(AsyncHandle)

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

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

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

(Inherited from GenericMeasure.)
Public methodGetProperties

Shows the properties of an object.

Returns the identifier and the definition of the measure.

If the member delta is set to true in the request object, only the delta is retrieved.
(Inherited from GenericMeasure.)
Public methodGetPropertiesAsync

Shows the properties of an object.

Returns the identifier and the definition of the measure.

If the member delta is set to true in the request object, only the delta is retrieved.
(Inherited from GenericMeasure.)
Public methodGetPropertiesAsync(AsyncHandle)

Shows the properties of an object.

Returns the identifier and the definition of the measure.

If the member delta is set to true in the request object, only the delta is retrieved.
(Inherited from GenericMeasure.)
Public methodGetPropertiesAsyncT(AsyncHandle, FuncResponse, T)

Shows the properties of an object.

Returns the identifier and the definition of the measure.

If the member delta is set to true in the request object, only the delta is retrieved.
(Inherited from GenericMeasure.)
Public methodPublish

Publishes a measure.

(Inherited from GenericMeasure.)
Public methodPublishAsync

Publishes a measure.

(Inherited from GenericMeasure.)
Public methodPublishAsync(AsyncHandle)

Publishes a measure.

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

Sets some properties for a measure.

(Inherited from GenericMeasure.)
Public methodSetPropertiesAsync(GenericMeasureProperties)

Sets some properties for a measure.

(Inherited from GenericMeasure.)
Public methodSetPropertiesAsync(AsyncHandle, GenericMeasureProperties)

Sets some properties for a measure.

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

Unpublishes a measure.

(Inherited from GenericMeasure.)
Public methodUnPublishAsync

Unpublishes a measure.

(Inherited from GenericMeasure.)
Public methodUnPublishAsync(AsyncHandle)

Unpublishes a measure.

(Inherited from GenericMeasure.)
Top
Properties
  NameDescription
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 GenericMeasure.)
Public propertyMeasure
Reference to property Layout.Measure
(Inherited from GenericMeasure.)
Public propertyMeta
Reference to property Layout.Meta
(Inherited from GenericMeasure.)
Public propertyMetaAttributes
Reference to property Layout.Meta
Public propertyNxInfo
Reference to property Layout.Info
Public propertyNxLibraryMeasureDef
Reference to property Layout.Measure
Public propertyProperties
Public propertySession
The session this entity resides in.
(Inherited from QixClassBase.)
Public propertyType
The type of the Qlik Sense entity.
(Inherited from QixClassBase.)
Public propertyVersion
Reference to property Layout.Version
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