C# Class Admin.Users.ProfilePage

The admin pages profile.
Inheritance: System.Web.UI.Page
Afficher le fichier Open project: rasmuskl/ReSharperCourse

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Init event to initialize the page.

Private Methods

Méthode Description
CanUserEditProfile ( string id, bool &canEditRoles ) : bool
GetProfile ( string id ) : JsonProfile

Method Details

OnInit() protected méthode

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