Click or drag to resize

ContextParameter Constructor

Overload List
  NameDescription
Public methodContextParameter
Empty constructor that initializes the Type to "System.String" and the Value to "".
Public methodContextParameter(Type)
Constructor with the Type
Public methodContextParameter(Type, Object)
Constructor with the Type and Value.
Public methodContextParameter(Type, Object, String, ContextParameterDirections)
Constructor with Type, Value, Name and Direction
Top
See Also