C# 클래스 MySession, code

파일 보기 프로젝트 열기: shendongnian/code 1 사용 예제들

공개 메소드들

메소드 설명
LogOutCurrentUser ( ) : void

보호된 메소드들

메소드 설명
LoadCurrentUser ( string username ) : T,

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

메소드 상세

LoadCurrentUser() 보호된 추상적인 메소드

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.
리턴 T,

LogOutCurrentUser() 공개 메소드

public LogOutCurrentUser ( ) : void
리턴 void