Click or drag to resize
IMeasure Interface

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 interface IMeasure : IGenericMeasure, 
	IQixClassBase, IDisposable, IChangeNotifier

The IMeasure 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.

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

Returns the definition of a measure.

(Inherited from IGenericMeasure.)
Public methodGetGenericMeasureAsync

Returns the definition of a measure.

(Inherited from IGenericMeasure.)
Public methodGetGenericMeasureAsync(AsyncHandle)

Returns the definition of a measure.

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

Returns the definition of a measure.

(Inherited from IGenericMeasure.)
Public methodGetInfo

Returns the type and identifier of the object.

(Inherited from IGenericMeasure.)
Public methodGetInfoAsync

Returns the type and identifier of the object.

(Inherited from IGenericMeasure.)
Public methodGetInfoAsync(AsyncHandle)

Returns the type and identifier of the object.

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

Returns the type and identifier of the object.

(Inherited from IGenericMeasure.)
Public methodGetLayout

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

(Inherited from IGenericMeasure.)
Public methodGetLayoutAsync

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

(Inherited from IGenericMeasure.)
Public methodGetLayoutAsync(AsyncHandle)

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

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

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

(Inherited from IGenericMeasure.)
Public methodGetLinkedObjects

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

(Inherited from IGenericMeasure.)
Public methodGetLinkedObjectsAsync

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

(Inherited from IGenericMeasure.)
Public methodGetLinkedObjectsAsync(AsyncHandle)

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

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

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

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

Publishes a measure.

(Inherited from IGenericMeasure.)
Public methodPublishAsync

Publishes a measure.

(Inherited from IGenericMeasure.)
Public methodPublishAsync(AsyncHandle)

Publishes a measure.

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

Sets some properties for a measure.

(Inherited from IGenericMeasure.)
Public methodSetPropertiesAsync(GenericMeasureProperties)

Sets some properties for a measure.

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

Sets some properties for a measure.

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

Unpublishes a measure.

(Inherited from IGenericMeasure.)
Public methodUnPublishAsync

Unpublishes a measure.

(Inherited from IGenericMeasure.)
Public methodUnPublishAsync(AsyncHandle)

Unpublishes a measure.

(Inherited from IGenericMeasure.)
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 IQixClassBase.)
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 IQixClassBase.)
Public propertyHandle
The handle of the Qlik Sense entity.
(Inherited from IQixClassBase.)
Public propertyId
The id of the Qlik Sense entity.
(Inherited from IQixClassBase.)
Public propertyInfo
Reference to property Layout.Info
(Inherited from IGenericMeasure.)
Public propertyMeasure
Reference to property Layout.Measure
(Inherited from IGenericMeasure.)
Public propertyMeta
Reference to property Layout.Meta
(Inherited from IGenericMeasure.)
Public propertyMetaAttributes
Reference to property Layout.Meta
Public propertyNxInfo
Reference to property Layout.Info
Public propertyNxLibraryMeasureDef
Reference to property Layout.Measure
Public propertyProperties
Public propertyQlikConnection
Reference to property Layout.Session
Public propertyType
The type of the Qlik Sense entity.
(Inherited from IQixClassBase.)
Top
Events
  NameDescription
Public eventChanged
This event fires when to notify subscribers that a change has occured.
(Inherited from IChangeNotifier.)
Public eventClosed
This event fires when the Qlik Sense entity has been removed or deleted.
(Inherited from IQixClassBase.)
Top
See Also