List of SelectionCriterion methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
m (Automatically generated page update)
 
(3 intermediate revisions by 2 users not shown)
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">
Line 31: Line 31:
</tr>
</tr>
</table>
</table>
[[Category:Lists of methods]]

Latest revision as of 20:33, 1 November 2011

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