IntegerValidationRule
Wisej.Web.IntegerValidationRule
Last updated
Was this helpful?
Wisej.Web.IntegerValidationRule
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Validates long integer values.
Initializes a new instance of the class.
: Returns or sets the maximum value; or null for no maximum. (Default: null
)
Validates the control using the validation rule.
control
: Returns or sets the minimum value; or null for no minimum. (Default: null
)
: Returns or sets the name of the validation rule. (Default: "Integer"
)
: Returns or sets whether the control can be empty or its required to have a value. (Default: False
)
Returns: . true if the validation is successful; otherwise false.