Measure MembersQlik Sense .NET SDK - API Reference
The Measure type exposes the following members.
Constructors

  NameDescription
Public methodMeasure
Initializes a new instance of the Measure class
Back to 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.

Soft properties apply only to generic objects.Applying a patch takes less time than resetting all the properties.
(Inherited from GenericMeasure.)
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.

Soft properties apply only to generic objects.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 if the target (or handle ) is a measure

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

(Inherited from GenericMeasure.)
Public methodGetGenericMeasureAsync(String)

* 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 GenericMeasure.)
Public methodGetGenericMeasureAsync T (Func Response, T , String)

* 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 GenericMeasure.)
Public methodGetInfo

Returns the type and identifier of the object.

(Inherited from GenericMeasure.)
Public methodGetInfoAsync(String)

Returns the type and identifier of the object.

(Inherited from GenericMeasure.)
Public methodGetInfoAsync T (Func Response, T , String)

Returns the type and identifier of the object.

(Inherited from GenericMeasure.)
Public methodGetLayout

Evaluates an object and displays its properties including the dynamic properties. If the member delta is set to true in the request object, only the delta is evaluated. A GetLayout call on a generic object, returns up to one level down in the hierarchy.

(Inherited from GenericMeasure.)
Public methodGetLayoutAsync(String)

Evaluates an object and displays its properties including the dynamic properties. If the member delta is set to true in the request object, only the delta is evaluated. A GetLayout call on a generic object, returns up to one level down in the hierarchy.

(Inherited from GenericMeasure.)
Public methodGetLayoutAsync T (Func Response, T , String)

Evaluates an object and displays its properties including the dynamic properties. If the member delta is set to true in the request object, only the delta is evaluated. A GetLayout call on a generic object, returns up to one level down in the hierarchy.

(Inherited from GenericMeasure.)
Public methodGetLinkedObjects

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

(Inherited from GenericMeasure.)
Public methodGetLinkedObjectsAsync(String)

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

(Inherited from GenericMeasure.)
Public methodGetLinkedObjectsAsync T (Func Response, T , String)

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(String)

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 T (Func Response, T , String)

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 methodResumeLayout
(Inherited from GenericMeasure.)
Public methodSetProperties

Sets some properties for a measure.

(Inherited from GenericMeasure.)
Public methodSetPropertiesAsync

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.)
Back to Top
Properties

  NameDescription
Public propertyDescription
Public propertyHandle
The handle of the generic object.
(Inherited from QixClassBase.)
Public propertyId
(Inherited from QixClassBase.)
Public propertyInfo
(Inherited from GenericMeasure.)
Public propertyMeasure
(Inherited from GenericMeasure.)
Public propertyMeta
(Inherited from GenericMeasure.)
Public propertyNxInfo
Public propertyNxLibraryMeasureDef
Public propertyNxMeta
Public propertyProperties
Public propertySession
The session this object resides in.
(Inherited from QixClassBase.)
Public propertyTags
Public propertyTitle
Public propertyType
The type of the generic object.
(Inherited from QixClassBase.)
Public propertyVersion
Back to Top
Events

  NameDescription
Public eventChanged
(Inherited from QixClassBase.)
Public eventClosed
(Inherited from QixClassBase.)
Back to Top
See Also