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: 8.1.3.0 (8.1.3.20220620)
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