C# 클래스 Admin.AdminMasterPage

The AdminMasterPage.
상속: System.Web.UI.MasterPage
파일 보기 프로젝트 열기: rasmuskl/ReSharperCourse

공개 메소드들

메소드 설명
SetStatus ( string status, string msg ) : void

Sets the status.

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Init event.

RecycleClass ( ) : string
UserPhoto ( ) : string

Gets the current user's photo.

UserProfile ( ) : AuthorProfile

Gets the current user's profile.

메소드 상세

OnInit() 보호된 메소드

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
리턴 void

RecycleClass() 보호된 메소드

protected RecycleClass ( ) : string
리턴 string

SetStatus() 공개 메소드

Sets the status.
public SetStatus ( string status, string msg ) : void
status string /// The status. ///
msg string /// The message. ///
리턴 void

UserPhoto() 보호된 메소드

Gets the current user's photo.
protected UserPhoto ( ) : string
리턴 string

UserProfile() 보호된 메소드

Gets the current user's profile.
protected UserProfile ( ) : AuthorProfile
리턴 AuthorProfile