C# Class FluentValidation.Validators.LengthValidator

Inheritance: PropertyValidator, ILengthValidator
Afficher le fichier Open project: JeremySkinner/FluentValidation

Méthodes publiques

Méthode Description
LengthValidator ( int>.Func min, int>.Func max ) : System
LengthValidator ( int>.Func min, int>.Func max, string resourceName, Type resourceType ) : System
LengthValidator ( int min, int max ) : System
LengthValidator ( int min, int max, string resourceName, Type resourceType ) : System

Méthodes protégées

Méthode Description
IsValid ( PropertyValidatorContext context ) : bool

Method Details

IsValid() protected méthode

protected IsValid ( PropertyValidatorContext context ) : bool
context PropertyValidatorContext
Résultat bool

LengthValidator() public méthode

public LengthValidator ( int>.Func min, int>.Func max ) : System
min int>.Func
max int>.Func
Résultat System

LengthValidator() public méthode

public LengthValidator ( int>.Func min, int>.Func max, string resourceName, Type resourceType ) : System
min int>.Func
max int>.Func
resourceName string
resourceType System.Type
Résultat System

LengthValidator() public méthode

public LengthValidator ( int min, int max ) : System
min int
max int
Résultat System

LengthValidator() public méthode

public LengthValidator ( int min, int max, string resourceName, Type resourceType ) : System
min int
max int
resourceName string
resourceType System.Type
Résultat System