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: 9.1.0.0 (9.1.0.20241025)
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