Click or drag to resize
IVariable Methods

The IVariable type exposes the following members.

Methods
  NameDescription
Public methodForceContent Obsolete.

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

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

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

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

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

The ForceContent method does not evaluate any expression.
Public methodGetContent Obsolete.

Returns the calculated value of a variable.

Public methodGetContentAsync Obsolete.

Returns the calculated value of a variable.

Public methodGetContentAsync(AsyncHandle) Obsolete.

Returns the calculated value of a variable.

Public methodGetContentAsyncT(AsyncHandle, FuncResponse, T) Obsolete.

Returns the calculated value of a variable.

Public methodGetNxProperties Obsolete.

Gets the properties of a variable.

Public methodGetNxPropertiesAsync Obsolete.

Gets the properties of a variable.

Public methodGetNxPropertiesAsync(AsyncHandle) Obsolete.

Gets the properties of a variable.

Public methodGetNxPropertiesAsyncT(AsyncHandle, FuncResponse, T) Obsolete.

Gets the properties of a variable.

Public methodGetRawContent Obsolete.

Returns the raw value of a variable.

Public methodGetRawContentAsync Obsolete.

Returns the raw value of a variable.

Public methodGetRawContentAsync(AsyncHandle) Obsolete.

Returns the raw value of a variable.

Public methodGetRawContentAsyncT(AsyncHandle, FuncResponse, T) Obsolete.

Returns the raw value of a variable.

Public methodSetContent Obsolete.

Sets a value to a variable.

Public methodSetContentAsync(String, Boolean) Obsolete.

Sets a value to a variable.

Public methodSetContentAsync(AsyncHandle, String, Boolean) Obsolete.

Sets a value to a variable.

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

Sets a value to a variable.

Public methodSetNxProperties Obsolete.

Sets some properties to a variable.

Public methodSetNxPropertiesAsync(NxVariableProperties) Obsolete.

Sets some properties to a variable.

Public methodSetNxPropertiesAsync(AsyncHandle, NxVariableProperties) Obsolete.

Sets some properties to a variable.

Top
See Also