IVariable MembersQlik Sense .NET SDK - API Reference
The IVariable type exposes the following members.
Methods

  NameDescription
Public methodForceContent

Sets the value of a dual variable overriding any input constraints.

Public methodForceContentAsync

Sets the value of a dual variable overriding any input constraints.

Public methodGetContent

Returns the calculated value of a variable.

Public methodGetContentAsync(String)

Returns the calculated value of a variable.

Public methodGetContentAsync T (Func Response, T , String)

Returns the calculated value of a variable.

Public methodGetNxProperties

Gets the properties of a field or a variable.

Public methodGetNxPropertiesAsync(String)

Gets the properties of a field or a variable.

Public methodGetNxPropertiesAsync T (Func Response, T , String)

Gets the properties of a field or a variable.

Public methodGetRawContent

Returns the raw value of a variable.

Public methodGetRawContentAsync(String)

Returns the raw value of a variable.

Public methodGetRawContentAsync T (Func Response, T , String)

Returns the raw value of a variable.

Public methodSetContent

Sets a value to a variable.

Public methodSetContentAsync(String, Boolean, String)

Sets a value to a variable.

Public methodSetContentAsync T (String, Boolean, Func Response, T , String)

Sets a value to a variable.

Public methodSetNxProperties

Sets some properties to a variable.

Public methodSetNxPropertiesAsync

Sets some properties to a variable.

Back to Top
Properties

  NameDescription
Public propertyHandle
(Inherited from IQixClassBase.)
Public propertyId
(Inherited from IQixClassBase.)
Public propertyType
(Inherited from IQixClassBase.)
Back to Top
Events

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