ICriterionValues Methods |
The ICriterionValues type exposes the following members.
Name | Description | |
---|---|---|
![]() | _Clear | Remove all the elements in the collection
A criterion is a field, an operator and one or more values for comparison.
A value (a number, date, list item) used by a criterion when searching. |
![]() | _Remove | Remove an item by id
A criterion is a field, an operator and one or more values for comparison.
A value (a number, date, list item) used by a criterion when searching. |
![]() ![]() | AddDate | Add date criterion value (between 1.1.1970 and 31.12.2036)
A criterion is a field, an operator and one or more values for comparison.
A value (a number, date, list item) used by a criterion when searching. |
![]() ![]() | AddDouble | Add double as criterion value
A criterion is a field, an operator and one or more values for comparison.
A value (a number, date, list item) used by a criterion when searching. |
![]() ![]() | AddListItem | Add list item id as criterion value
A criterion is a field, an operator and one or more values for comparison.
A value (a number, date, list item) used by a criterion when searching. |
![]() | AddLong | Add long as criterion value
A criterion is a field, an operator and one or more values for comparison.
A value (a number, date, list item) used by a criterion when searching. |
![]() ![]() | AddString | Add string as criterion value
A criterion is a field, an operator and one or more values for comparison.
A value (a number, date, list item) used by a criterion when searching. |
![]() ![]() | AddUnlimitedDate | Add an unlimited date criterion value (date before 1.1.1970 and after 31.12.2036)
A criterion is a field, an operator and one or more values for comparison.
A value (a number, date, list item) used by a criterion when searching. |
![]() ![]() | Exists | Returns true if the given item exists in the collection
A criterion is a field, an operator and one or more values for comparison.
A value (a number, date, list item) used by a criterion when searching.
Returns true if there is a member in the collection at the given index. |
![]() | GetEnumerator |