EvalRequires Property

Object List Next Object

Defined By:
Group

Description:

Specifies the type of group evaluation to perform.

Details:

This property is used in conjunction with exception handling and Group evaluations. When a group evaluation is invoked, like: Group.SomeMethod(). SomeMethod is run on each member of the group.

There are three values provided with EvalRequires


Value Description


  1. - MatchNone No group member needs to have the actual "SomeMethod" defined on it.

  2. - MatchOne At least one group member must have "SomeMethod" defined on it or an exception is thrown.

4 - MatchAll All group members must have "SomeMethod" defined on them or an exception is thrown.

Data Type: EvalRequiresValue