C# Class FluentValidation.Validators.PropertyValidatorContext

Afficher le fichier Open project: JeremySkinner/FluentValidation Class Usage Examples

Méthodes publiques

Méthode Description
PropertyValidatorContext ( ValidationContext parentContext, PropertyRule rule, string propertyName ) : System
PropertyValidatorContext ( ValidationContext parentContext, PropertyRule rule, string propertyName, object propertyValue ) : System

Method Details

PropertyValidatorContext() public méthode

public PropertyValidatorContext ( ValidationContext parentContext, PropertyRule rule, string propertyName ) : System
parentContext ValidationContext
rule PropertyRule
propertyName string
Résultat System

PropertyValidatorContext() public méthode

public PropertyValidatorContext ( ValidationContext parentContext, PropertyRule rule, string propertyName, object propertyValue ) : System
parentContext ValidationContext
rule PropertyRule
propertyName string
propertyValue object
Résultat System