C# Class DirkSarodnick.GoogleSync.Core.Sync.Calendar.CalendarSyncManager

Defines the CalendarSyncManager class.
Inheritance: SyncBase
Afficher le fichier Open project: d03n3rfr1tz3/GoogleSync

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
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.

Method Details

CalendarSyncManager() public méthode

Initializes a new instance of the CalendarSyncManager class.
public CalendarSyncManager ( Data.DataRepository repository ) : System.Collections.Generic
repository Data.DataRepository The repository.
Résultat System.Collections.Generic

Dispose() public méthode

Releases unmanaged and - optionally - managed resources
public Dispose ( ) : void
Résultat void

ItemChanged() public méthode

Items the changed.
public ItemChanged ( object item ) : void
item object The item.
Résultat void

Sync() public méthode

Syncs this instance.
public Sync ( ) : void
Résultat void