Click or drag to resize
FilterCriteriaCollectionAdd Method
Adds a new FilterCriteria to the collection

Namespace: WorkflowGen.My.Data
Assembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntax
public void Add(
	FilterCriteria filterCriteria
)

Parameters

filterCriteria
Type: WorkflowGen.My.DataFilterCriteria
A new FilterCriteria to add to the collection
See Also