ContextParameter Class |
Namespace: WorkflowGen.My.Data
The ContextParameter type exposes the following members.
Name | Description | |
---|---|---|
ContextParameter |
Empty constructor that initializes the Type to "System.String" and the Value to "".
| |
ContextParameter(Type) |
Constructor with the Type
| |
ContextParameter(Type, Object) |
Constructor with the Type and Value.
| |
ContextParameter(Type, Object, String, ContextParameterDirections) |
Constructor with Type, Value, Name and Direction
|
Name | Description | |
---|---|---|
Direction |
The Direction ("IN", "OUT" or "INOUT") of the current parameter.
| |
HasValue |
Returns true if the parameter has a value, false in other cases.
| |
Name |
The name of the current parameter.
| |
Type |
The type of the current parameter. (Double, String, DateTime or WorkflowGen.My.Data.ContextFileReference)
| |
Value |
The value of the current parameter.
|