ContextParameter Constructor |
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
|