CurrencyValidationRule
Wisej.Web.CurrencyValidationRule
Last updated
Wisej.Web.CurrencyValidationRule
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Validates currency values.
Initializes a new instance of the CurrencyValidationRule class.
String: Returns or sets the currency symbol to validate. The default is null to use the current CurrencySymbol. (Default: null
)
Nullable<Int32>: Returns or sets the required number of decimal digits; or null to use the current CurrencyDecimalDigits. (Default: null
)
Boolean: Returns or sets whether to format the value of the control after validation. (Default: False
)
Nullable<Decimal>: Returns or sets the maximum value; or null for no maximum. (Default: null
)
Nullable<Decimal>: Returns or sets the minimum value; or null for no minimum. (Default: null
)
String: Returns or sets the name of the validation rule. (Default: "Currency"
)
Boolean: Returns or sets whether the control can be empty or its required to have a value. (Default: False
)
Invoked after the control has been successfully validated.
Parameter | Type | Description |
---|---|---|
control |
Validates the control using the validation rule.
Parameter | Type | Description |
---|---|---|
control |
Returns: Boolean. true if the validation is successful; otherwise false.