C# Class AOUT.Misc.Validator

Show file Open project: royosherove/aout1 Class Usage Examples

Public Methods

Method Description
IsValid ( string password ) : bool

Protected Methods

Method Description
HasAtLeast6Chars ( string password ) : bool
HasNoSpaces ( string password ) : bool
HasTheLetterA ( string password ) : bool

Method Details

HasAtLeast6Chars() protected method

protected HasAtLeast6Chars ( string password ) : bool
password string
return bool

HasNoSpaces() protected method

protected HasNoSpaces ( string password ) : bool
password string
return bool

HasTheLetterA() protected method

protected HasTheLetterA ( string password ) : bool
password string
return bool

IsValid() public method

public IsValid ( string password ) : bool
password string
return bool