List of SelectionCriterion methods: Difference between revisions
Jump to navigation
Jump to search
m (Unprotected "List of SelectionCriterion methods") |
m (Automatically generated page update) |
||
Line 1: | Line 1: | ||
<!-- This page was automatically generated and will be automatically | <!-- This page was automatically generated and will be automatically | ||
replaced, so any manual edits will be lost. You've been warned. --> | replaced, so any manual edits will be lost. You've been warned. --> | ||
The following are the available [[SelectionCriterion class]] methods. | The following are the available <var>[[SelectionCriterion class|SelectionCriterion]]</var> class methods. | ||
{{Template:Method list header|class=SelectionCriterion}} | {{Template:Method list header|class=SelectionCriterion}} | ||
<div class="showVisit"> | <div class="showVisit"> |
Revision as of 01:48, 23 June 2011
The following are the available SelectionCriterion class methods.
Method | Description |
---|---|
And | Matches an item if it meets the list of criteria |
Eq | Matches an item if it is equal to another item |
False | Does not match any item |
Ge | Matches an item if it is greater than or equal to another item |
Gt | Matches an item if greater than another item |
IsNotNull | Matches an item if it is not null |
IsNull | Matches an item if it is null |
Le | Matches an item if it is less than or equal to another item |
Lt | Matches an item if it is less than another item |
Ne | Matches an item if not equal to another item |
Not | Matches an item if it does not meet the criterion |
Or | Matches an item if it meets one of the listed criteria |
True | Matches any item |