Table of Contents

Namespace MADE.Data.Validation

Classes

AsyncValidatorCollection

Defines a list of IAsyncValidator objects that can be accessed by index.

FluentValidatorCollection<T>

Defines a list of FluentValidation.IValidator objects that can be accessed by index.

InputValidatedEventArgs

Defines an event argument for an input validated request.

ValidatorCollection

Defines a list of IValidator objects that can be accessed by index.

Interfaces

IAsyncValidator

Defines an interface for a data validator that performs asynchronous validation.

IValidator

Defines an interface for a data validator.

IValidatorCollection

Defines an interface for a collection of validators.

Delegates

InputValidatedEventHandler

Defines a delegate for an event handler for observing when an input is validated.