Click or drag to resize
Variable Methods

The Variable type exposes the following members.

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.

The ForceContent method does not evaluate any expression.
Public methodForceContentAsync

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

The ForceContent method does not evaluate any expression.
Public methodGetContent

Returns the calculated value of a variable.

Public methodGetContentAsync(AsyncHandle)

Returns the calculated value of a variable.

Public methodGetContentAsyncT(FuncResponse, T, AsyncHandle)

Returns the calculated value of a variable.

Public methodGetNxProperties

Gets the properties of a field or a variable.

Public methodGetNxPropertiesAsync(AsyncHandle)

Gets the properties of a field or a variable.

Public methodGetNxPropertiesAsyncT(FuncResponse, T, AsyncHandle)

Gets the properties of a field or a variable.

Public methodGetRawContent

Returns the raw value of a variable.

Public methodGetRawContentAsync(AsyncHandle)

Returns the raw value of a variable.

Public methodGetRawContentAsyncT(FuncResponse, T, AsyncHandle)

Returns the raw value of a variable.

Public methodSetContent

Sets a value to a variable.

Public methodSetContentAsync(String, Boolean, AsyncHandle)

Sets a value to a variable.

Public methodSetContentAsyncT(String, Boolean, FuncResponse, T, AsyncHandle)

Sets a value to a variable.

Public methodSetNxProperties

Sets some properties to a variable.

Public methodSetNxPropertiesAsync

Sets some properties to a variable.

Top
See Also