C# Class ABsoluteMaybe.SampleWebsite.MVC2.Models.ValidatePasswordLengthAttribute

Inheritance: System.ComponentModel.DataAnnotations.ValidationAttribute
Mostra file Open project: troygoode/ABsoluteMaybe

Public Methods

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

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

public ValidatePasswordLengthAttribute ( ) : System
return System