
Protected Member Functions | |
| string | GetString (string key) |
| Get a Localized String. | |
| void | OnCancelButton_Click (object source, EventArgs e) |
| Event handler that gets called when the cancel button is clicked. | |
| void | OnCreateButton_Click (object source, EventArgs e) |
| Event handler that gets called when the create button is clicked. | |
| void | OnFirstNameChanged (object source, EventArgs e) |
| Event handler that gets called when the FirstName text box changes. | |
| void | OnLastNameChanged (object source, EventArgs e) |
| Event handler that gets called when the LastName text box changes. | |
| override void | OnInit (EventArgs e) |
| OnInit. | |
Protected Attributes | |
| TopNavigation | TopNav |
| Top navigation panel control. | |
| TextBox | UserName |
| User name edit control. | |
| TextBox | FirstName |
| First name edit control. | |
| TextBox | LastName |
| Last name edit control. | |
| TextBox | FullName |
| Full name edit control. | |
| TextBox | Password |
| Password edit control. | |
| TextBox | RetypedPassword |
| Retyped password edit control. | |
| Button | CreateButton |
| Create user button control. | |
| Button | CancelButton |
| Cancel button control. | |
| string Novell::iFolderWeb::Admin::CreateUser::GetString | ( | string | key | ) | [inline, protected] |
Get a Localized String.
| key |
| void Novell::iFolderWeb::Admin::CreateUser::OnCancelButton_Click | ( | object | source, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the cancel button is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::CreateUser::OnCreateButton_Click | ( | object | source, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the create button is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::CreateUser::OnFirstNameChanged | ( | object | source, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the FirstName text box changes.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::CreateUser::OnLastNameChanged | ( | object | source, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the LastName text box changes.
| source | ||
| e |
| override void Novell::iFolderWeb::Admin::CreateUser::OnInit | ( | EventArgs | e | ) | [inline, protected] |
OnInit.
| e |
Top navigation panel control.
TextBox Novell::iFolderWeb::Admin::CreateUser::UserName [protected] |
User name edit control.
TextBox Novell::iFolderWeb::Admin::CreateUser::FirstName [protected] |
First name edit control.
TextBox Novell::iFolderWeb::Admin::CreateUser::LastName [protected] |
Last name edit control.
TextBox Novell::iFolderWeb::Admin::CreateUser::FullName [protected] |
Full name edit control.
TextBox Novell::iFolderWeb::Admin::CreateUser::Password [protected] |
Password edit control.
TextBox Novell::iFolderWeb::Admin::CreateUser::RetypedPassword [protected] |
Retyped password edit control.
Button Novell::iFolderWeb::Admin::CreateUser::CreateButton [protected] |
Create user button control.
Button Novell::iFolderWeb::Admin::CreateUser::CancelButton [protected] |
Cancel button control.
1.5.6