Table of Contents

Interface IDiscoverableValidator<T>

Namespace
Cratis.Applications.Validation
Assembly
Cratis.Applications.dll

Defines a discoverable validator that can be discovered and automatically hooked up.

public interface IDiscoverableValidator<T>

Type Parameters

T

Type of object the validator is for.

Remarks

The type needs to in addition implement fluent validation AbstractValidator or something that implements it.