ScheduleFilterType Enumeration Members:
| Name | Description |
|---|---|
| 0 | An invalid filter. Do not use. |
| 1 | The element has the parameter specified by the field. Used with shared parameters. No value is specified for this filter type. |
| 2 | The field value is equal to the specified value. |
| 3 | The field value is not equal to the specified value. |
| 4 | The field value is greater than the specified value. |
| 5 | The field value is greater than or equal to the specified value. |
| 6 | Less The field value is less than to the specified value. |
| 7 | The field value is less than or equal to the specified value. |
| 8 | For a string field, the field value contains the specified string. |
| 9 | For a string field, the field value does not contain the specified string. |
| 10 | For a string field, the field value begins with the specified string. |
| 11 | For a string field, the field value does not begin with the specified string. |
| 12 | For a string field, the field value ends with specified string. |
| 13 | For a string field, the field value does not end with the specified string. |
| 14 | The field is associated with a specified global parameter of a compatible type |
| 15 | The field is not associated with a specified global parameter of a compatible type |
| 16 | The element has a value for the specified parameter. No value is specified. |
| 17 | The element does not have a value for the specified parameter. No value is specified. |