ContextParameter Constructor (Type, Object, String, ContextParameterDirections) |
Constructor with Type, Value, Name and Direction
Namespace:
WorkflowGen.My.Data
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.3.3.0 (8.3.3.20240926)
Syntax public ContextParameter(
Type type,
Object value,
string name,
ContextParameterDirections direction
)
Public Sub New (
type As Type,
value As Object,
name As String,
direction As ContextParameterDirections
)
Parameters
- type
- Type: SystemType
- value
- Type: SystemObject
- name
- Type: SystemString
- direction
- Type: WorkflowGen.My.DataContextParameterDirections
See Also