Click or drag to resize
IMeasure Interface

Namespace: Qlik.Sense.Client
Assembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public interface IMeasure : IGenericMeasure, 
	IQixClassBase, IDisposable

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.

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 IGenericMeasure.)
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 IGenericMeasure.)
Public methodGetGenericMeasure

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

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

(Inherited from IGenericMeasure.)
Public methodGetGenericMeasureAsync(AsyncHandle)

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

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

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

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

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

(Inherited from IGenericMeasure.)
Public methodGetInfo

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

Returns the type and identifier of the object.

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

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

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

Publishes a measure.

(Inherited from IGenericMeasure.)
Public methodPublishAsync

Publishes a measure.

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

Sets some properties for a measure.

(Inherited from IGenericMeasure.)
Public methodSetPropertiesAsync

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.)
Top
Properties
  NameDescription
Public propertyDescription
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
(Inherited from IGenericMeasure.)
Public propertyMeasure
(Inherited from IGenericMeasure.)
Public propertyMeta
(Inherited from IGenericMeasure.)
Public propertyNxInfo
Public propertyNxLibraryMeasureDef
Public propertyNxMeta
Public propertyProperties
Public propertyTags
Public propertyTitle
Public propertyType
The type of the Qlik Sense entity.
(Inherited from IQixClassBase.)
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 IQixClassBase.)
Public eventClosed
This event fires when the Qlik Sense entity has been removed or deleted.
(Inherited from IQixClassBase.)
Top
See Also