C# Class DirkSarodnick.GoogleSync.Core.Sync.Contacts.ContactSyncManager

Defines the ContactSyncManager class.
Inheritance: SyncBase
ファイルを表示 Open project: d03n3rfr1tz3/GoogleSync

Public Methods

Method Description
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.

Private Methods

Method Description
SyncGoogleToOutlook ( ) : void

Syncs the google to outlook.

SyncOutlookContact ( ContactItem outlookContact, IEnumerable googleContacts ) : void

Syncs the outlook contact.

SyncOutlookToGoogle ( ) : void

Syncs the outlook to google.

Method Details

ContactSyncManager() public method

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

Dispose() public method

Releases unmanaged and - optionally - managed resources
public Dispose ( ) : void
return void

ItemChanged() public method

Items the changed.
public ItemChanged ( object item ) : void
item object The item.
return void

Sync() public method

Syncs this instance.
public Sync ( ) : void
return void