Click or drag to resize

ContextParameter Class

This class defines a WorkflowGen context parameter
Inheritance Hierarchy
SystemObject
  WorkflowGen.My.DataContextParameter

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public class ContextParameter

The ContextParameter type exposes the following members.

Constructors
  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
Properties
  NameDescription
Public propertyDirection
The Direction ("IN", "OUT" or "INOUT") of the current parameter.
Public propertyHasValue
Returns true if the parameter has a value, false in other cases.
Public propertyName
The name of the current parameter.
Public propertyType
The type of the current parameter. (Double, String, DateTime or WorkflowGen.My.Data.ContextFileReference)
Public propertyValue
The value of the current parameter.
Top
See Also