C# Class HermaFx.DataAnnotations.RegularExpressionIfAttribute

Inheritance: RequiredIfAttribute
Afficher le fichier Open project: evicertia/HermaFx

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
GetClientValidationParameters ( ) : object>>.IEnumerable

Method Details

FormatErrorMessage() public méthode

public FormatErrorMessage ( string name ) : string
name string
Résultat string

GetClientValidationParameters() protected méthode

protected GetClientValidationParameters ( ) : object>>.IEnumerable
Résultat object>>.IEnumerable

IsValid() public méthode

public IsValid ( object value, object dependentValue, object container ) : bool
value object
dependentValue object
container object
Résultat bool

RegularExpressionIfAttribute() public méthode

public RegularExpressionIfAttribute ( string pattern, string dependentProperty, Operator @operator, object dependentValue ) : System
pattern string
dependentProperty string
@operator Operator
dependentValue object
Résultat System

RegularExpressionIfAttribute() public méthode

public RegularExpressionIfAttribute ( string pattern, string dependentProperty, object dependentValue ) : System
pattern string
dependentProperty string
dependentValue object
Résultat System