C# Класс Rock.Web.UI.Validation.DataAnnotationValidator

Data Annotation Validator for validating based on data attributes
Наследование: System.Web.UI.WebControls.BaseValidator
Показать файл Открыть проект

Защищенные методы

Метод Описание
EvaluateIsValid ( ) : bool

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

Приватные методы

Метод Описание
GetValidatedProperty ( ) : PropertyInfo

Gets the validated property.

GetValidatedType ( ) : Type

Gets the type of the validated.

Описание методов

EvaluateIsValid() защищенный Метод

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
Результат bool