C# Class MySession, code

Exibir arquivo Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
LogOutCurrentUser ( ) : void

Protected Methods

Method Description
LoadCurrentUser ( string username ) : T,

Implement this method to load the user object identified by username.

Method Details

LoadCurrentUser() protected abstract method

Implement this method to load the user object identified by username.
protected abstract LoadCurrentUser ( string username ) : T,
username string The username of the object to retrieve.
return T,

LogOutCurrentUser() public method

public LogOutCurrentUser ( ) : void
return void