C# 클래스 DirkSarodnick.GoogleSync.Core.Sync.Calendar.CalendarSyncManager

Defines the CalendarSyncManager class.
상속: SyncBase
파일 보기 프로젝트 열기: d03n3rfr1tz3/GoogleSync

공개 메소드들

메소드 설명
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