C# Class Admin.Users.ProfilePage

The admin pages profile.
Inheritance: System.Web.UI.Page
Show file Open project: rasmuskl/ReSharperCourse

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

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

Private Methods

Method Description
CanUserEditProfile ( string id, bool &canEditRoles ) : bool
GetProfile ( string id ) : JsonProfile

Method Details

OnInit() protected method

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.
return void