C# Class ValidatePasswordLengthAttribute, MvcImage

Inheritance: ValidationAttribute
Afficher le fichier Open project: garfbradaz/MvcImage

Méthodes publiques

Méthode Description
FormatErrorMessage ( string name ) : string
IsValid ( object value ) : bool
ValidatePasswordLengthAttribute ( )

Method Details

FormatErrorMessage() public méthode

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

IsValid() public méthode

public IsValid ( object value ) : bool
value object
Résultat bool

ValidatePasswordLengthAttribute() public méthode