milestonexprotectrestpython.xprfilteroperator

Module: xprfilteroperator.py

Revision History

Date Version Description
2023/05/30 3.0.0.0 Initial Version.

Filter Types.

NotSet = <XPRFilterOperator.NotSet: 0>

Filter type will not be used.

Less Than operator.
Used to evaluate numerical and date or time property values.

Greater Than operator.
Used to evaluate numerical and date or time property values.

equals = <XPRFilterOperator.equals: 3>

Equals operator.
Used to match a string property value that exactly matches a specified value.

notEquals = <XPRFilterOperator.notEquals: 4>

Not equals operator.
Used to match a string property value that does not match a specified value.

startsWith = <XPRFilterOperator.startsWith: 5>

String starts with operator.
Used to match a string property value that begins with a specified value.

contains = <XPRFilterOperator.contains: 6>

String that contains operator.
Used to match a string property value that contains a specified value.