Click or drag to resize
IVariable Methods

The IVariable type exposes the following members.

Methods
  NameDescription
Public methodForceContent

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

The ForceContent method does not evaluate any expression.
Public methodForceContentAsync(String, Double)

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

The ForceContent method does not evaluate any expression.
Public methodForceContentAsync(AsyncHandle, String, Double)

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

Returns the calculated value of a variable.

Public methodGetContentAsync(AsyncHandle)

Returns the calculated value of a variable.

Public methodGetContentAsyncT(AsyncHandle, FuncResponse, T)

Returns the calculated value of a variable.

Public methodGetNxProperties

Gets the properties of a variable.

Public methodGetNxPropertiesAsync

Gets the properties of a variable.

Public methodGetNxPropertiesAsync(AsyncHandle)

Gets the properties of a variable.

Public methodGetNxPropertiesAsyncT(AsyncHandle, FuncResponse, T)

Gets the properties of a variable.

Public methodGetRawContent

Returns the raw value of a variable.

Public methodGetRawContentAsync

Returns the raw value of a variable.

Public methodGetRawContentAsync(AsyncHandle)

Returns the raw value of a variable.

Public methodGetRawContentAsyncT(AsyncHandle, FuncResponse, T)

Returns the raw value of a variable.

Public methodSetContent

Sets a value to a variable.

Public methodSetContentAsync(String, Boolean)

Sets a value to a variable.

Public methodSetContentAsync(AsyncHandle, String, Boolean)

Sets a value to a variable.

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

Sets a value to a variable.

Public methodSetNxProperties

Sets some properties to a variable.

Public methodSetNxPropertiesAsync(NxVariableProperties)

Sets some properties to a variable.

Public methodSetNxPropertiesAsync(AsyncHandle, NxVariableProperties)

Sets some properties to a variable.

Top
See Also