Click or drag to resize

SOCriterionValues Interface

Collection of CriterionValues. Indexed by internal id. A criterion value tells the search system what to look for. 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.

Namespace:  SuperOffice.COM.SuperOfficeDB
Assembly:  SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntax
public interface SOCriterionValues : ICriterionValues

The SOCriterionValues type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleCount
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.)
Public propertyCode exampleEmpty
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.)
Public propertyItem (Inherited from ICriterionValues.)
Top
Methods
  NameDescription
Public method_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.)
Public method_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.)
Public methodCode exampleAddDate
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.)
Public methodCode exampleAddDouble
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.)
Public methodCode exampleAddListItem
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.)
Public methodAddLong
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.)
Public methodCode exampleAddString
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.)
Public methodCode exampleAddUnlimitedDate
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.)
Public methodCode exampleExists
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.)
Public methodGetEnumerator (Inherited from ICriterionValues.)
Top
See Also