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