RuleBase.GetValidationResultMessage(String, RuleBase, Object) Method
For internal use.
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v25.2.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
[Browsable(false)]
public static string GetValidationResultMessage(
string errorMessageTemplate,
RuleBase rule,
object target
)
Parameters
| Name | Type |
|---|---|
| errorMessageTemplate | String |
| rule | RuleBase |
| target | Object |
Returns
| Type |
|---|
| String |
See Also