C# Класс HermaFx.DataAnnotations.RegularExpressionIfAttribute

Наследование: RequiredIfAttribute
Показать файл Открыть проект

Открытые методы

Метод Описание
FormatErrorMessage ( string name ) : string
IsValid ( object value, object dependentValue, object container ) : bool
RegularExpressionIfAttribute ( string pattern, string dependentProperty, Operator @operator, object dependentValue ) : System
RegularExpressionIfAttribute ( string pattern, string dependentProperty, object dependentValue ) : System

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

Метод Описание
GetClientValidationParameters ( ) : object>>.IEnumerable

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

FormatErrorMessage() публичный Метод

public FormatErrorMessage ( string name ) : string
name string
Результат string

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

protected GetClientValidationParameters ( ) : object>>.IEnumerable
Результат object>>.IEnumerable

IsValid() публичный Метод

public IsValid ( object value, object dependentValue, object container ) : bool
value object
dependentValue object
container object
Результат bool

RegularExpressionIfAttribute() публичный Метод

public RegularExpressionIfAttribute ( string pattern, string dependentProperty, Operator @operator, object dependentValue ) : System
pattern string
dependentProperty string
@operator Operator
dependentValue object
Результат System

RegularExpressionIfAttribute() публичный Метод

public RegularExpressionIfAttribute ( string pattern, string dependentProperty, object dependentValue ) : System
pattern string
dependentProperty string
dependentValue object
Результат System