2027 Enumeration
Changes 0
E

ScheduleFilterType

Description:
Type of schedule filter.
public enum ScheduleFilterType
Name Description
E BeginsWith For a string field, the field value begins with the specified string.
E Contains For a string field, the field value contains the specified string.
E EndsWith For a string field, the field value ends with specified string.
E Equal The field value is equal to the specified value.
E GreaterThan The field value is greater than the specified value.
E GreaterThanOrEqual The field value is greater than or equal to the specified value.
E HasNoValue The element does not have a value for the specified parameter. No value is specified.
E HasParameter The element has the parameter specified by the field. Used with shared parameters. No value is specified for this filter type.
E HasValue The element has a value for the specified parameter. No value is specified.
E Invalid An invalid filter. Do not use.
E IsAssociatedWithGlobalParameter The field is associated with a specified global parameter of a compatible type
E IsNotAssociatedWithGlobalParameter The field is not associated with a specified global parameter of a compatible type
E LessThan Less The field value is less than to the specified value.
E LessThanOrEqual The field value is less than or equal to the specified value.
E NotBeginsWith For a string field, the field value does not begin with the specified string.
E NotContains For a string field, the field value does not contain the specified string.
E NotEndsWith For a string field, the field value does not end with the specified string.
E NotEqual The field value is not equal to the specified value.