C# Class FluentValidation.Validators.PredicateValidator

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

Méthodes publiques

Méthode Description
PredicateValidator ( Predicate predicate ) : 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

PredicateValidator() public méthode

public PredicateValidator ( Predicate predicate ) : System
predicate Predicate
Résultat System