C# Class Admin.AdminMasterPage

The AdminMasterPage.
Inheritance: System.Web.UI.MasterPage
Afficher le fichier Open project: rasmuskl/ReSharperCourse

Méthodes publiques

Méthode Description
SetStatus ( string status, string msg ) : void

Sets the status.

Méthodes protégées

Méthode 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 méthode

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

RecycleClass() protected méthode

protected RecycleClass ( ) : string
Résultat string

SetStatus() public méthode

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

UserPhoto() protected méthode

Gets the current user's photo.
protected UserPhoto ( ) : string
Résultat string

UserProfile() protected méthode

Gets the current user's profile.
protected UserProfile ( ) : AuthorProfile
Résultat AuthorProfile