
Protected Member Functions | |
| string | GetString (string key) |
| Get a Localized String. | |
| string | GetUserImage (Object isAdmin, Object isProvisioned) |
| Gets the image representing the user type. | |
| void | OnRefreshButton_Click (object source, EventArgs e) |
| Event handler that gets called when the refresh admin button is clicked. | |
| bool | IsUserProvisioned (object isProvisioned) |
| Gets whether the user is provisioned or not. | |
| bool | IsListVisible (Object UserID) |
| whether the drop-down list is visible or not .when search is applied | |
| string[] | ShowProvisionServerList (Object UserID, Object isProvisioned) |
| Show the drop-down list to select provisioning method for a particular user. | |
| void | GetSelectedItem () |
| return the selected index of server provisioning methods, while binding the data | |
| void | UpdateServerProvisioning (Object sender, EventArgs e) |
| Event handler that gets called when selected index is changed in drop-down list. | |
| void | PageFirstButton_Click (object source, ImageClickEventArgs e) |
| Event that first when the PageFirstButton is clicked. | |
| void | PagePreviousButton_Click (object source, ImageClickEventArgs e) |
| Event that first when the PagePreviousButton is clicked. | |
| void | PageNextButton_Click (object source, ImageClickEventArgs e) |
| Event that first when the PageNextButton is clicked. | |
| void | PageLastButton_Click (object source, ImageClickEventArgs e) |
| Event that first when the PageLastButton is clicked. | |
| override void | OnInit (EventArgs e) |
| OnInit. | |
Protected Attributes | |
| Button | RefreshButton |
| Reprovision State admin button control. | |
| TopNavigation | TopNav |
| Top navigation panel control. | |
| DataGrid | Accounts |
| Web controls. | |
| ListFooter | AccountsFooter |
| Web controls. | |
| string[] | ServerList |
| string array to store names of server. | |
| string Novell::iFolderWeb::Admin::UserMove::GetString | ( | string | key | ) | [inline, protected] |
Get a Localized String.
| key | Key to the localized string. |
| string Novell::iFolderWeb::Admin::UserMove::GetUserImage | ( | Object | isAdmin, | |
| Object | isProvisioned | |||
| ) | [inline, protected] |
Gets the image representing the user type.
| void Novell::iFolderWeb::Admin::UserMove::OnRefreshButton_Click | ( | object | source, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the refresh admin button is clicked.
| source | ||
| e |
| bool Novell::iFolderWeb::Admin::UserMove::IsUserProvisioned | ( | object | isProvisioned | ) | [inline, protected] |
Gets whether the user is provisioned or not.
| provisioned value |
| bool Novell::iFolderWeb::Admin::UserMove::IsListVisible | ( | Object | UserID | ) | [inline, protected] |
whether the drop-down list is visible or not .when search is applied
| string [] Novell::iFolderWeb::Admin::UserMove::ShowProvisionServerList | ( | Object | UserID, | |
| Object | isProvisioned | |||
| ) | [inline, protected] |
Show the drop-down list to select provisioning method for a particular user.
show the drop-down box to let admin select the provisioning method
User is provisioned so only one server name will be displayed.
| void Novell::iFolderWeb::Admin::UserMove::GetSelectedItem | ( | ) | [inline, protected] |
return the selected index of server provisioning methods, while binding the data
| void Novell::iFolderWeb::Admin::UserMove::UpdateServerProvisioning | ( | Object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when selected index is changed in drop-down list.
| source | ||
| e |
remove entry fron hashtable, if any for this userid
| void Novell::iFolderWeb::Admin::UserMove::PageFirstButton_Click | ( | object | source, | |
| ImageClickEventArgs | e | |||
| ) | [inline, protected] |
Event that first when the PageFirstButton is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::UserMove::PagePreviousButton_Click | ( | object | source, | |
| ImageClickEventArgs | e | |||
| ) | [inline, protected] |
Event that first when the PagePreviousButton is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::UserMove::PageNextButton_Click | ( | object | source, | |
| ImageClickEventArgs | e | |||
| ) | [inline, protected] |
Event that first when the PageNextButton is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::UserMove::PageLastButton_Click | ( | object | source, | |
| ImageClickEventArgs | e | |||
| ) | [inline, protected] |
Event that first when the PageLastButton is clicked.
| source | ||
| e |
| override void Novell::iFolderWeb::Admin::UserMove::OnInit | ( | EventArgs | e | ) | [inline, protected] |
OnInit.
| e |
Button Novell::iFolderWeb::Admin::UserMove::RefreshButton [protected] |
Reprovision State admin button control.
Top navigation panel control.
DataGrid Novell::iFolderWeb::Admin::UserMove::Accounts [protected] |
Web controls.
Web controls.
string [] Novell::iFolderWeb::Admin::UserMove::ServerList [protected] |
string array to store names of server.
1.5.6