C# Класс DirkSarodnick.GoogleSync.Core.Sync.Calendar.CalendarSyncManager

Defines the CalendarSyncManager class.
Наследование: SyncBase
Показать файл Открыть проект

Открытые методы

Метод Описание
CalendarSyncManager ( Data.DataRepository repository ) : System.Collections.Generic

Initializes a new instance of the CalendarSyncManager class.

Dispose ( ) : void

Releases unmanaged and - optionally - managed resources

ItemChanged ( object item ) : void

Items the changed.

Sync ( ) : void

Syncs this instance.

Приватные методы

Метод Описание
SyncGoogleToOutlook ( ) : void

Syncs the google to outlook.

SyncOutlookCalendarItem ( AppointmentItem outlookCalendarItem, IEnumerable googleCalendarItems ) : void

Syncs the outlook calendar item.

SyncOutlookToGoogle ( ) : void

Syncs the outlook to google.

Описание методов

CalendarSyncManager() публичный Метод

Initializes a new instance of the CalendarSyncManager class.
public CalendarSyncManager ( Data.DataRepository repository ) : System.Collections.Generic
repository Data.DataRepository The repository.
Результат System.Collections.Generic

Dispose() публичный Метод

Releases unmanaged and - optionally - managed resources
public Dispose ( ) : void
Результат void

ItemChanged() публичный Метод

Items the changed.
public ItemChanged ( object item ) : void
item object The item.
Результат void

Sync() публичный Метод

Syncs this instance.
public Sync ( ) : void
Результат void