Class IRuleBuilderOptionsExtension
- Namespace
- Innova.Data.Validation
- Assembly
- Innova.Data.dll
Provides extension methods for FluentValidation.IRuleBuilderOptions<T, TProperty>.
public static class IRuleBuilderOptionsExtension
- Inheritance
-
IRuleBuilderOptionsExtension
Methods
- WithLocalizedName<T, TProperty>(IRuleBuilderOptions<T, TProperty>, string)
Sets the display name for the property being validated.
- WithNameAndIgnore<T, TProperty>(IRuleBuilderOptions<T, TProperty>, string, List<string>, string)
Sets the display name for the property being validated and specifies properties to ignore.