Enum NumericFieldComparisonTypes
Possible numeric comparison types used in form field validation.
public enum NumericFieldComparisonTypes
- Extension Methods
Fields
[EnumStringRepresentation("Equal")] Equal = 4Equal.
[EnumStringRepresentation("GreaterThan")] GreaterThan = 2Greater than.
[EnumStringRepresentation("GreaterThanOrEqual")] GreaterThanOrEqual = 3Greater than or equal.
[EnumStringRepresentation("LessThan")] [EnumDefaultValue] LessThan = 0Less than.
[EnumStringRepresentation("LessThanOrEqual")] LessThanOrEqual = 1Less than or equal.
[EnumStringRepresentation("NotEqual")] NotEqual = 5Not equal.