C# 클래스 DirkSarodnick.GoogleSync.Core.Sync.Contacts.ContactSyncManager

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

공개 메소드들

메소드 설명
ContactSyncManager ( Data.DataRepository repository ) : System

Initializes a new instance of the ContactSyncManager 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.

SyncOutlookContact ( ContactItem outlookContact, IEnumerable googleContacts ) : void

Syncs the outlook contact.

SyncOutlookToGoogle ( ) : void

Syncs the outlook to google.

메소드 상세

ContactSyncManager() 공개 메소드

Initializes a new instance of the ContactSyncManager class.
public ContactSyncManager ( Data.DataRepository repository ) : System
repository Data.DataRepository The repository.
리턴 System

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