Show / Hide Table of Contents

Class FluentValidatorAdapter<TRequest>

Adapter class to integrate FluentValidation validators with the custom validation system.

Inheritance
System.Object
FluentValidatorAdapter<TRequest>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: MediatorForge.Adapters
Assembly: MediatorForge.Adapters.dll
Syntax
public class FluentValidatorAdapter<TRequest>
Type Parameters
Name Description
TRequest

The type of the request to be validated.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX