
Protected Member Functions | |
| override void | HandlePageLoad () |
| override void | OnInit (EventArgs e) |
| void | btnUpdateAccount_Click (object sender, System.EventArgs e) |
Properties | |
| bool | AdminView [get] |
| Core.Tools.AccountManager.Map.Account | TargetUser [get] |
Private Member Functions | |
| void | InitializeComponent () |
| Required method for Designer support - do not modify the contents of this method with the code editor. | |
| void | UpdateAccount () |
Private Attributes | |
| Core.Tools.AccountManager.Map.Account | target_user = null |
| bool | admin_view = false |
| System.Collections.Generic.List < String > | flags_list = new System.Collections.Generic.List<string>() |
| override void MyAccount.HandlePageLoad | ( | ) | [protected, virtual] |
Reimplemented from Core.Tools.AccountManager.WebClient.CorePage.
| override void MyAccount.OnInit | ( | EventArgs | e | ) | [protected] |
| void MyAccount.InitializeComponent | ( | ) | [private] |
Required method for Designer support - do not modify the contents of this method with the code editor.
| void MyAccount.btnUpdateAccount_Click | ( | object | sender, | |
| System.EventArgs | e | |||
| ) | [protected] |
| void MyAccount.UpdateAccount | ( | ) | [private] |
Core.Tools.AccountManager.Map.Account MyAccount.target_user = null [private] |
bool MyAccount.admin_view = false [private] |
System.Collections.Generic.List<String> MyAccount.flags_list = new System.Collections.Generic.List<string>() [private] |
bool MyAccount.AdminView [get] |
Core.Tools.AccountManager.Map.Account MyAccount.TargetUser [get] |