The Variable type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| Variable | Initializes a new instance of the Variable class |
Methods
| Name | Description | |
|---|---|---|
| Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from QixClassBase.) | |
| ForceContent | Sets the value of a dual variable overriding any input constraints. | |
| ForceContentAsync | Sets the value of a dual variable overriding any input constraints. | |
| GetContent | Returns the calculated value of a variable. | |
| GetContentAsync(String) | Returns the calculated value of a variable. | |
| GetContentAsync T (Func Response, T , String) | Returns the calculated value of a variable. | |
| GetNxProperties | Gets the properties of a field or a variable. | |
| GetNxPropertiesAsync(String) | Gets the properties of a field or a variable. | |
| GetNxPropertiesAsync T (Func Response, T , String) | Gets the properties of a field or a variable. | |
| GetRawContent | Returns the raw value of a variable. | |
| GetRawContentAsync(String) | Returns the raw value of a variable. | |
| GetRawContentAsync T (Func Response, T , String) | Returns the raw value of a variable. | |
| SetContent | Sets a value to a variable. | |
| SetContentAsync(String, Boolean, String) | Sets a value to a variable. | |
| SetContentAsync T (String, Boolean, Func Response, T , String) | Sets a value to a variable. | |
| SetNxProperties | Sets some properties to a variable. | |
| SetNxPropertiesAsync | Sets some properties to a variable. |
Properties
| Name | Description | |
|---|---|---|
| Handle |
The handle of the generic object.
(Inherited from QixClassBase.) | |
| Id | (Inherited from QixClassBase.) | |
| Session |
The session this object resides in.
(Inherited from QixClassBase.) | |
| Type |
The type of the generic object.
(Inherited from QixClassBase.) |
Events
| Name | Description | |
|---|---|---|
| Changed | (Inherited from QixClassBase.) | |
| Closed | (Inherited from QixClassBase.) |
See Also