ICriterionValues Interface |
Namespace: SuperOffice.COM.Application
The ICriterionValues 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 |
![]() | AddDate | Add date criterion value (between 1.1.1970 and 31.12.2036) |
![]() | AddDouble | Add double as criterion value |
![]() | AddListItem | Add list item id as criterion value |
![]() | AddLong | Add long as criterion value |
![]() | AddString | Add string as criterion value |
![]() | AddUnlimitedDate | Add an unlimited date criterion value (date before 1.1.1970 and after 31.12.2036) |
![]() | Exists | Returns true if the given item exists in the collection |
![]() | GetEnumerator |