SOCriterionValues Interface |
Namespace: SuperOffice.COM.SuperOfficeDB
The SOCriterionValues type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Count | Count - returns the number of items 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. (Inherited from ICriterionValues.) |
![]() ![]() | Empty | Returns true if the collection is empty. i.e. if it contains no elements
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. (Inherited from ICriterionValues.) |
![]() | Item | (Inherited from ICriterionValues.) |
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. (Inherited from ICriterionValues.) |
![]() | _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. (Inherited from ICriterionValues.) |
![]() ![]() | 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. (Inherited from ICriterionValues.) |
![]() ![]() | 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. (Inherited from ICriterionValues.) |
![]() ![]() | 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. (Inherited from ICriterionValues.) |
![]() | 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. (Inherited from ICriterionValues.) |
![]() ![]() | 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. (Inherited from ICriterionValues.) |
![]() ![]() | 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. (Inherited from ICriterionValues.) |
![]() ![]() | 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. (Inherited from ICriterionValues.) |
![]() | GetEnumerator | (Inherited from ICriterionValues.) |