Public Member Functions | |
| void | GetSyncPolicy (UserPolicy policy) |
| Gets the sync policy for the current user. | |
| void | GetSyncPolicy (iFolderPolicy policy) |
| Gets the sync policy for the current ifolder. | |
| void | GetSyncPolicy (SystemPolicy policy) |
| Gets the sync policy for the system. | |
| void | SetSyncPolicy (UserPolicy policy) |
| Sets the synchronization policy for this user. | |
| void | SetSyncPolicy (iFolderPolicy policy) |
| Sets the synchronization policy for this ifolder. | |
| void | SetSyncPolicy (SystemPolicy policy) |
| Sets the synchronization policy for the system. | |
Protected Member Functions | |
| string | GetString (string key) |
| Get a Localized String. | |
| void | SyncCheckChanged (Object sender, EventArgs e) |
| Event handler that gets called when the sync enable checkbox is changed. | |
| void | SyncIntervalChanged (Object sender, EventArgs e) |
| Event handler that gets called when the sync interval policy is changed. | |
| override void | OnInit (EventArgs e) |
| OnInit. | |
Protected Attributes | |
| Label | Title |
| Sync policy controls. | |
| CheckBox | Enabled |
| Sync policy controls. | |
| Label | LimitTag |
| Sync policy controls. | |
| TextBox | LimitValue |
| Sync policy controls. | |
| Label | EffectiveTag |
| Sync policy controls. | |
| Label | EffectiveValue |
| Sync policy controls. | |
| Label | EffectiveUnits |
| Sync policy controls. | |
Events | |
| EventHandler | IntervalChanged = null |
| Event that notifies consumer that the sync interval has changed. | |
| string Novell::iFolderWeb::Admin::SyncInterval::GetString | ( | string | key | ) | [inline, protected] |
Get a Localized String.
| key | Key to the localized string. |
| void Novell::iFolderWeb::Admin::SyncInterval::SyncCheckChanged | ( | Object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the sync enable checkbox is changed.
| sender | ||
| e |
| void Novell::iFolderWeb::Admin::SyncInterval::SyncIntervalChanged | ( | Object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the sync interval policy is changed.
| sender | ||
| e |
| void Novell::iFolderWeb::Admin::SyncInterval::GetSyncPolicy | ( | UserPolicy | policy | ) | [inline] |
Gets the sync policy for the current user.
| policy | User policy. |
| void Novell::iFolderWeb::Admin::SyncInterval::GetSyncPolicy | ( | iFolderPolicy | policy | ) | [inline] |
Gets the sync policy for the current ifolder.
| policy | ifolder policy. |
| void Novell::iFolderWeb::Admin::SyncInterval::GetSyncPolicy | ( | SystemPolicy | policy | ) | [inline] |
Gets the sync policy for the system.
| policy | System policy. |
| void Novell::iFolderWeb::Admin::SyncInterval::SetSyncPolicy | ( | UserPolicy | policy | ) | [inline] |
Sets the synchronization policy for this user.
| policy | User policy that the new sync interval will be set. |
| void Novell::iFolderWeb::Admin::SyncInterval::SetSyncPolicy | ( | iFolderPolicy | policy | ) | [inline] |
Sets the synchronization policy for this ifolder.
| policy | iFolder policy that the new sync interval will be set. |
| void Novell::iFolderWeb::Admin::SyncInterval::SetSyncPolicy | ( | SystemPolicy | policy | ) | [inline] |
Sets the synchronization policy for the system.
| policy | System policy that the new sync interval will be set. |
| override void Novell::iFolderWeb::Admin::SyncInterval::OnInit | ( | EventArgs | e | ) | [inline, protected] |
OnInit.
| e |
Label Novell::iFolderWeb::Admin::SyncInterval::Title [protected] |
Sync policy controls.
CheckBox Novell::iFolderWeb::Admin::SyncInterval::Enabled [protected] |
Sync policy controls.
Label Novell::iFolderWeb::Admin::SyncInterval::LimitTag [protected] |
Sync policy controls.
TextBox Novell::iFolderWeb::Admin::SyncInterval::LimitValue [protected] |
Sync policy controls.
Label Novell::iFolderWeb::Admin::SyncInterval::EffectiveTag [protected] |
Sync policy controls.
Label Novell::iFolderWeb::Admin::SyncInterval::EffectiveValue [protected] |
Sync policy controls.
Label Novell::iFolderWeb::Admin::SyncInterval::EffectiveUnits [protected] |
Sync policy controls.
| EventHandler Novell::iFolderWeb::Admin::SyncInterval::IntervalChanged = null |
Event that notifies consumer that the sync interval has changed.
1.5.6