C# Class MySession, code

Afficher le fichier Open project: shendongnian/code Class Usage Examples

Méthodes publiques

Méthode Description
LogOutCurrentUser ( ) : void

Méthodes protégées

Méthode Description
LoadCurrentUser ( string username ) : T,

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

Method Details

LoadCurrentUser() protected abstract méthode

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.
Résultat T,

LogOutCurrentUser() public méthode

public LogOutCurrentUser ( ) : void
Résultat void