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

  NameDescription
Public methodVariable
Initializes a new instance of the Variable class
Back to Top
Methods

  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from QixClassBase.)
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
The handle of the generic object.
(Inherited from QixClassBase.)
Public propertyId
(Inherited from QixClassBase.)
Public propertySession
The session this object resides in.
(Inherited from QixClassBase.)
Public propertyType
The type of the generic object.
(Inherited from QixClassBase.)
Back to Top
Events

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