Click or drag to resize
ContextParametersApplyFilter Method (ContextParameterDirections, ContextParametersComparisonOperators)
Filter the collection with parameters matching the direction

Namespace: WorkflowGen.My.Data
Assembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntax
public void ApplyFilter(
	ContextParameterDirections direction,
	ContextParametersComparisonOperators comparisonType
)

Parameters

direction
Type: WorkflowGen.My.DataContextParameterDirections
Direction of the Parameters
comparisonType
Type: WorkflowGen.My.DataContextParametersComparisonOperators
Filter's comparison type
See Also