This can be used as a parameter for queries that require a flexible set of search criteria E.g. a Client Search.
| Name | Description | |
|---|---|---|
| Add | Add an item to the collection. | |
| AppendToSqlWhere | Append string Search Criteria to the SQL WHERE Clause of the Select Query Builder. If any Wildcards exist in the Criteria they will be replaced with the correct SQL symbol. | |
| Clear | Clear collection. | |
| CountItemsWithValues | ||
| CreateSearchCriteriaItem | Create an ISSearchCriteriaItem object. | |
| FromSearchCriteriaItems | Update this collection from another ISSearchCriteriaItems object. | |
| FromXmlString | Populates collection from an XML string. | |
| GetValidOperatorList | Get a List of Valid Operators given a Field Name. | |
| RemoveAt | ||
| ToXmlString | Persists collection to an XML string. | |
| Validate | Validate collection. |
| Name | Description | |
|---|---|---|
| HasValues Read-Only | Indicates whether this collection contains items that have non-blank values. | |
| ValidCriteria Read-Only | Valid Criteria for this collection. |