[Index]

comparison


Provides a Predicate from simple checks.

Property Summary

eq The value must be equal to this.
ge The value must be greater than or equal to this.
gt The value must be greater than this.
le The value must be less than or equals to this.
lt The value must be less than this.
name The name of this job.
ne The value must be not equal to this.
null Must the value be null for the check to pass.
z The value to check.

Property Detail

eq

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredNo.

The value must be equal to this.

ge

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredNo.

The value must be greater than or equal to this.

gt

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredNo.

The value must be greater than this.

le

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredNo.

The value must be less than or equals to this.

lt

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredNo.

The value must be less than this.

name

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredNo.

The name of this job. Can be any text.

ne

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredNo.

The value must be not equal to this.

null

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredNo, if this does exist the check value null will fail.

Must the value be null for the check to pass. True the value must be null. False it must not be null. If this property is true other checks will cause an exception because they require the value property has a value.

z

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredNo, but the check value is not null will fail.

The value to check.


(c) R Gordon Ltd 2005 - Present