C# Class ValidatePasswordLengthAttribute, MvcImage

Inheritance: ValidationAttribute
Exibir arquivo Open project: garfbradaz/MvcImage

Public Methods

Method Description
FormatErrorMessage ( string name ) : string
IsValid ( object value ) : bool
ValidatePasswordLengthAttribute ( )

Method Details

FormatErrorMessage() public method

public FormatErrorMessage ( string name ) : string
name string
return string

IsValid() public method

public IsValid ( object value ) : bool
value object
return bool

ValidatePasswordLengthAttribute() public method