| 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.
              |