ICriteria Interface |
Namespace: SuperOffice.COM.SuperOfficeDB
The ICriteria type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Count | Count - returns the number of items in the collection |
![]() ![]() | Empty | Returns true if the collection is empty. i.e. if it contains no elements |
![]() | Item |
Name | Description | |
---|---|---|
![]() | _Clear | Remove all the elements in the collection |
![]() | _Remove | Remove an item by id |
![]() ![]() | Add | Add the criterion
Add a new SoCriterion to the collection |
![]() ![]() | Exists | Returns true if the given item exists in the collection |
![]() ![]() | GetCriterion | Get an existing criterion for a regular field. TableAndFieldName returnvalue is on the format 'tablename.fieldname'
Get an SOCriterion object from the collection |
![]() | GetEnumerator | |
![]() ![]() | GetUdefCriterion | Get an existing criterion for a userdefined field |
![]() ![]() | NewCriterion | Create a new criterion for a regular field. TableAndFieldName parameter is on the format 'tablename.fieldname'
Creates a new SOCriterion object |
![]() ![]() | NewUdefCriterion | Create a new criterion for a userdefined field
Creates a new SOCriterion object based on a user defined field |
![]() ![]() | Remove | Remove the criterion
Remove a criterion from the collection |
![]() ![]() | RemoveCriterion | Remove the criterion for a regular field. TableAndFieldName parameter is on the format 'tablename.fieldname'
Remove a criterion from the collection
Find and remove a criterion from the collection |
![]() ![]() | RemoveUdefCriterion | Remove the criterion for a userdefined field
Remove a criterion from the collection |
![]() ![]() | Save | Save all the criteria |
![]() ![]() | Update | Update the criterion |