C# Class HermaFx.DataAnnotations.IsAttribute

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

Méthodes publiques

Méthode Description
IsAttribute ( Operator @operator, string dependentProperty ) : System
IsValid ( object value, object dependentValue, object container ) : bool

Méthodes protégées

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

Method Details

GetClientValidationParameters() protected méthode

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

IsAttribute() public méthode

public IsAttribute ( Operator @operator, string dependentProperty ) : System
@operator Operator
dependentProperty string
Résultat System

IsValid() public méthode

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