C# Class Rock.Web.UI.Validation.DataAnnotationValidator

Data Annotation Validator for validating based on data attributes
Inheritance: System.Web.UI.WebControls.BaseValidator
Afficher le fichier Open project: NewSpring/Rock

Méthodes protégées

Méthode Description
EvaluateIsValid ( ) : bool

When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.

Private Methods

Méthode Description
GetValidatedProperty ( ) : PropertyInfo

Gets the validated property.

GetValidatedType ( ) : Type

Gets the type of the validated.

Method Details

EvaluateIsValid() protected méthode

When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.
protected EvaluateIsValid ( ) : bool
Résultat bool