Table of Contents

Interface IPropertyValidatorBuilder<T, TProperty, TOptions>

Namespace
ExpressValidator
Assembly
ExpressValidator.dll
public interface IPropertyValidatorBuilder<T, TProperty, TOptions>

Type Parameters

T
TProperty
TOptions

Methods

Build(TOptions)

ConfigurablePropertyValidator<T, TProperty, TOptions> Build(TOptions options)

Parameters

options TOptions

Returns

ConfigurablePropertyValidator<T, TProperty, TOptions>

Configure(Action<ExpressValidatorBuilder<TProperty, TOptions>>)

IConfigurablePropertyBuilder<T, TProperty, TOptions> Configure(Action<ExpressValidatorBuilder<TProperty, TOptions>> configure)

Parameters

configure Action<ExpressValidatorBuilder<TProperty, TOptions>>

Returns

IConfigurablePropertyBuilder<T, TProperty, TOptions>