Table of Contents

Class RuleBuilderExtensions

Namespace
ExpressValidator
Assembly
ExpressValidator.dll
public static class RuleBuilderExtensions
Inheritance
RuleBuilderExtensions
Inherited Members

Methods

SetExpressValidator<T, TProperty, TOptions>(IRuleBuilder<T, TProperty>, Action<IPropertyValidatorBuilder<T, TProperty, TOptions>>, TOptions)

public static IRuleBuilderOptions<T, TProperty> SetExpressValidator<T, TProperty, TOptions>(this IRuleBuilder<T, TProperty> validator, Action<IPropertyValidatorBuilder<T, TProperty, TOptions>> func, TOptions options)

Parameters

validator IRuleBuilder<T, TProperty>
func Action<IPropertyValidatorBuilder<T, TProperty, TOptions>>
options TOptions

Returns

IRuleBuilderOptions<T, TProperty>

Type Parameters

T
TProperty
TOptions