RuleValidationResult(IRule, ValidationState, String) Constructor
Initializes a new instance of the RuleValidationResult class with specified settings.
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v24.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
Parameters
Name | Type |
---|---|
rule | IRule |
validationResult | ValidationState |
formattedErrorMessage | String |
See Also