FilterCriteriaCollection Class | 
Namespace: WorkflowGen.My.Data
The FilterCriteriaCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| FilterCriteriaCollection | 
            Initializes a new instance of the FilterCriteriaCollection class
              | 
| Name | Description | |
|---|---|---|
| Count | 
            Counts the number of FilterCriteria contained into the collection
              | |
| ItemInt32 | 
            Gets the FilterCriteria associated with the specified index
              | |
| ItemString | 
            Gets the FilterCriteria associated with the specified name
              | 
| Name | Description | |
|---|---|---|
| Add | 
            Adds a new FilterCriteria to the collection
              | |
| Clear | 
            Removes all elements from the collection
              | |
| Contains | 
            Determines whether or not a FilterCriteria identified by the given name exists into the collection
              | |
| Remove | 
            Removes the FilterCriteria identified by the given name from the collection
              |