C# Class FluentValidation.Validators.PropertyValidatorContext

Exibir arquivo Open project: JeremySkinner/FluentValidation Class Usage Examples

Public Methods

Method Description
PropertyValidatorContext ( ValidationContext parentContext, PropertyRule rule, string propertyName ) : System
PropertyValidatorContext ( ValidationContext parentContext, PropertyRule rule, string propertyName, object propertyValue ) : System

Method Details

PropertyValidatorContext() public method

public PropertyValidatorContext ( ValidationContext parentContext, PropertyRule rule, string propertyName ) : System
parentContext ValidationContext
rule PropertyRule
propertyName string
return System

PropertyValidatorContext() public method

public PropertyValidatorContext ( ValidationContext parentContext, PropertyRule rule, string propertyName, object propertyValue ) : System
parentContext ValidationContext
rule PropertyRule
propertyName string
propertyValue object
return System