C# Класс Admin.AdminMasterPage

The AdminMasterPage.
Наследование: System.Web.UI.MasterPage
Показать файл Открыть проект

Открытые методы

Метод Описание
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