SelectionCriterion methods syntax: Difference between revisions
m Automatically generated page update |
(No difference)
|
Revision as of 20:46, 22 February 2011
The syntax for each of the SelectionCriterion class methods is shown below.
Square brackets indicate optional elements of the method invocation. See also the notation conventions for methods and the List of SelectionCriterion methods.
%selectionCriterion = %(SelectionCriterion):And( list)
%selectionCriterion = %(SelectionCriterion):Eq( itemFunctionEnum, result)
%selectionCriterion = %(SelectionCriterion):False
%selectionCriterion = %(SelectionCriterion):Ge( itemFunction, %output)
%selectionCriterion = %(SelectionCriterion):Gt( itemFunction, %output)
%selectionCriterion = %(SelectionCriterion):IsNotNull
%selectionCriterion = %(SelectionCriterion):IsNull
%selectionCriterion = %(SelectionCriterion):Le( itemFunction, %output)
%selectionCriterion = %(SelectionCriterion):Lt( itemFunction, %output)
%selectionCriterion = %(SelectionCriterion):Ne( itemFunctionEnum, result)
%selectionCriterion = %(SelectionCriterion):Not( selectionCriterion)
%selectionCriterion = %(SelectionCriterion):Or( list)
%selectionCriterion = %(SelectionCriterion):True