C# Class Legacy.Login.LoginManager

显示文件 Open project: snahider/Test-Automation-NET

Public Methods

Method Description
AddUser ( string user, string password ) : void
ChangePass ( string user, string oldPass, string newPassword ) : void
IsLoginOK ( string user, string password ) : bool

Protected Methods

Method Description
LoggerWrite ( string user ) : void
WebServiceWrite ( LoggerException e ) : void

Method Details

AddUser() public method

public AddUser ( string user, string password ) : void
user string
password string
return void

ChangePass() public method

public ChangePass ( string user, string oldPass, string newPassword ) : void
user string
oldPass string
newPassword string
return void

IsLoginOK() public method

public IsLoginOK ( string user, string password ) : bool
user string
password string
return bool

LoggerWrite() protected static method

protected static LoggerWrite ( string user ) : void
user string
return void

WebServiceWrite() protected method

protected WebServiceWrite ( LoggerException e ) : void
e LoggerException
return void