C# Class HermaFx.DataAnnotations.ModelAwareValidationAttribute

Inheritance: System.ComponentModel.DataAnnotations.ValidationAttribute
Afficher le fichier Open project: evicertia/HermaFx

Méthodes publiques

Méthode Description
FormatErrorMessage ( string name ) : string
IsValid ( object value ) : bool
ModelAwareValidationAttribute ( ) : 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 ) : bool
value object
Résultat bool

ModelAwareValidationAttribute() public méthode

public ModelAwareValidationAttribute ( ) : System
Résultat System