Click or drag to resize

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.1.3.0 (8.1.3.20220620)
Syntax
public ContextParameter(
	Type type,
	Object value,
	string name,
	ContextParameterDirections direction
)

Parameters

type
Type: SystemType
value
Type: SystemObject
name
Type: SystemString
direction
Type: WorkflowGen.My.DataContextParameterDirections
See Also