List of SelectionCriterion methods

From m204wiki
Revision as of 19:48, 1 November 2011 by JALWiccan (talk | contribs) (Automatically generated page update)
Jump to navigation Jump to search

The following are the available SelectionCriterion class methods.

MethodDescription
AndMatches an item if it meets the list of criteria
EqMatches an item if it is equal to another item
FalseDoes not match any item
GeMatches an item if it is greater than or equal to another item
GtMatches an item if greater than another item
IsNotNullMatches an item if it is not null
IsNullMatches an item if it is null
LeMatches an item if it is less than or equal to another item
LtMatches an item if it is less than another item
NeMatches an item if not equal to another item
NotMatches an item if it does not meet the criterion
OrMatches an item if it meets one of the listed criteria
TrueMatches any item

See also