Table of Contents

Interface IExpressValidatorBuilder<TObj>

Namespace
ExpressValidator
Assembly
ExpressValidator.dll

Represents the interface for a builder to create an instance of an object that implements IExpressValidator<TObj>.

public interface IExpressValidatorBuilder<TObj>

Type Parameters

TObj

A type of and object to validate.

Extension Methods

Methods

Build()

Creates an instance of an object that implements the IExpressValidator<TObj>.

IExpressValidator<TObj> Build()

Returns

IExpressValidator<TObj>

IExpressValidator<TObj>.