
Protected Member Functions | |
| void | OnAddDataPathButton_Click (object source, EventArgs e) |
| Event handler that gets called when the Add DataPath button is clicked. | |
| void | OnCancelButton_Click (object source, EventArgs e) |
| Event handler that gets called when the Cancel button is clicked. | |
| override void | OnInit (EventArgs e) |
| OnInit. | |
| string | GetString (string key) |
| Get a Localized String. | |
Protected Attributes | |
| TopNavigation | TopNav |
| Top navigation panel control. | |
| TextBox | DataPathName |
| DataPath name edit control. | |
| TextBox | FullPath |
| Full DataPath edit control. | |
| Button | AddDataPathButton |
| Cancel button control. | |
| Button | CancelButton |
| Add Data Store button control. | |
| void Novell::iFolderWeb::Admin::AddDataPath::OnAddDataPathButton_Click | ( | object | source, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the Add DataPath button is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::AddDataPath::OnCancelButton_Click | ( | object | source, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the Cancel button is clicked.
| source | ||
| e |
| override void Novell::iFolderWeb::Admin::AddDataPath::OnInit | ( | EventArgs | e | ) | [inline, protected] |
OnInit.
| e |
| string Novell::iFolderWeb::Admin::AddDataPath::GetString | ( | string | key | ) | [inline, protected] |
Get a Localized String.
| key |
Top navigation panel control.
TextBox Novell::iFolderWeb::Admin::AddDataPath::DataPathName [protected] |
DataPath name edit control.
^M
TextBox Novell::iFolderWeb::Admin::AddDataPath::FullPath [protected] |
Full DataPath edit control.
Button Novell::iFolderWeb::Admin::AddDataPath::AddDataPathButton [protected] |
Cancel button control.
Button Novell::iFolderWeb::Admin::AddDataPath::CancelButton [protected] |
Add Data Store button control.
1.5.6