C# Class Blog.Common.Web.Attributes.ValidateUsernameAttribute

Inheritance: System.ComponentModel.DataAnnotations.ValidationAttribute
Show file Open project: jsnmgpnty/Blogness2.0 Class Usage Examples

Public Methods

Method Description
IsValid ( object value ) : bool

Private Methods

Method Description
IsValidUsername ( string username ) : bool

Method Details

IsValid() public method

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