C# Class Admin.AdminMasterPage

The AdminMasterPage.
Inheritance: System.Web.UI.MasterPage
Show file Open project: rasmuskl/ReSharperCourse

Public Methods

Method Description
SetStatus ( string status, string msg ) : void

Sets the status.

Protected Methods

Method Description
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.

Method Details

OnInit() protected method

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

RecycleClass() protected method

protected RecycleClass ( ) : string
return string

SetStatus() public method

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

UserPhoto() protected method

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

UserProfile() protected method

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