
Protected Member Functions | |
| string | GetString (string key) |
| Get a Localized String. | |
| void | OnCancelReport_Click (object sender, EventArgs e) |
| Event handler that gets called when the cancel report button is clicked. | |
| void | OnDayOfMonthList_Changed (object sender, EventArgs e) |
| Event handler that gets called when the day of month selection changes. | |
| void | OnDayOfWeekList_Changed (object sender, EventArgs e) |
| Event handler that gets called when the day of week selection changes. | |
| void | OnEnableReporting_Changed (object sender, EventArgs e) |
| Event handler that gets called when the enable reporting checkbox is checked. | |
| void | OnFrequencyList_Changed (object sender, EventArgs e) |
| Event handler that gets called when the FrequencyList selection changes. | |
| void | OnFormatList_Changed (object sender, EventArgs e) |
| Event handler that gets called when the report FormatList selection changes. | |
| void | OnReportLocation_Changed (object sender, EventArgs e) |
| Event handler that gets called when the report location selection changes. | |
| void | OnSaveReport_Click (object sender, EventArgs e) |
| Event handler that gets called when the save report button is clicked. | |
| void | OnTimeOfDayList_Changed (object sender, EventArgs e) |
| Event handler that gets called when the time of day selection changes. | |
| override void | OnInit (EventArgs e) |
| OnInit. | |
Protected Attributes | |
| TopNavigation | TopNav |
| Top navigation panel control. | |
| CheckBox | EnableReporting |
| Enable reporting control. | |
| Label | EnableReportingLabel |
| Enable reporting label control. | |
| RadioButtonList | FrequencyList |
| Reporting frequency list control. | |
| DropDownList | TimeOfDayList |
| Reporting time of day control. | |
| DropDownList | DayOfMonthList |
| Reporting day of month control. | |
| DropDownList | DayOfWeekList |
| Reporting day of week control. | |
| Label | DayLabel |
| Day label control. | |
| DropDownList | FormatList |
| Report format control. | |
| RadioButtonList | ReportLocation |
| Report location control. | |
| Label | Summary |
| Summary label control. | |
| Button | SaveReportConfig |
| Save button control. | |
| Button | CancelReportConfig |
| Cancel button control. | |
| string Novell::iFolderWeb::Admin::Reports::GetString | ( | string | key | ) | [inline, protected] |
Get a Localized String.
| key |
| void Novell::iFolderWeb::Admin::Reports::OnCancelReport_Click | ( | object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the cancel report button is clicked.
| sender | ||
| e |
| void Novell::iFolderWeb::Admin::Reports::OnDayOfMonthList_Changed | ( | object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the day of month selection changes.
| sender | ||
| e |
| void Novell::iFolderWeb::Admin::Reports::OnDayOfWeekList_Changed | ( | object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the day of week selection changes.
| sender | ||
| e |
| void Novell::iFolderWeb::Admin::Reports::OnEnableReporting_Changed | ( | object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the enable reporting checkbox is checked.
| sender | ||
| e |
| void Novell::iFolderWeb::Admin::Reports::OnFrequencyList_Changed | ( | object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the FrequencyList selection changes.
| sender | ||
| e |
| void Novell::iFolderWeb::Admin::Reports::OnFormatList_Changed | ( | object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the report FormatList selection changes.
| sender | ||
| e |
| void Novell::iFolderWeb::Admin::Reports::OnReportLocation_Changed | ( | object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the report location selection changes.
| sender | ||
| e |
| void Novell::iFolderWeb::Admin::Reports::OnSaveReport_Click | ( | object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the save report button is clicked.
| sender | ||
| e |
| void Novell::iFolderWeb::Admin::Reports::OnTimeOfDayList_Changed | ( | object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the time of day selection changes.
| sender | ||
| e |
| override void Novell::iFolderWeb::Admin::Reports::OnInit | ( | EventArgs | e | ) | [inline, protected] |
OnInit.
| e |
Top navigation panel control.
CheckBox Novell::iFolderWeb::Admin::Reports::EnableReporting [protected] |
Enable reporting control.
Label Novell::iFolderWeb::Admin::Reports::EnableReportingLabel [protected] |
Enable reporting label control.
RadioButtonList Novell::iFolderWeb::Admin::Reports::FrequencyList [protected] |
Reporting frequency list control.
DropDownList Novell::iFolderWeb::Admin::Reports::TimeOfDayList [protected] |
Reporting time of day control.
DropDownList Novell::iFolderWeb::Admin::Reports::DayOfMonthList [protected] |
Reporting day of month control.
DropDownList Novell::iFolderWeb::Admin::Reports::DayOfWeekList [protected] |
Reporting day of week control.
Label Novell::iFolderWeb::Admin::Reports::DayLabel [protected] |
Day label control.
DropDownList Novell::iFolderWeb::Admin::Reports::FormatList [protected] |
Report format control.
RadioButtonList Novell::iFolderWeb::Admin::Reports::ReportLocation [protected] |
Report location control.
Label Novell::iFolderWeb::Admin::Reports::Summary [protected] |
Summary label control.
Button Novell::iFolderWeb::Admin::Reports::SaveReportConfig [protected] |
Save button control.
Button Novell::iFolderWeb::Admin::Reports::CancelReportConfig [protected] |
Cancel button control.
1.5.6