C# Class DirkSarodnick.GoogleSync.Core.Sync.SyncBase

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

Méthodes publiques

Méthode Description
Dispose ( ) : void

Releases unmanaged and - optionally - managed resources

ItemChanged ( object item ) : void

Items the changed.

Sync ( ) : void

Syncs this instance.

Méthodes protégées

Méthode Description
SyncBase ( Data.DataRepository repository ) : Data

Initializes a new instance of the SyncBase class.

Method Details

Dispose() public abstract méthode

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

ItemChanged() public abstract méthode

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

Sync() public abstract méthode

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

SyncBase() protected méthode

Initializes a new instance of the SyncBase class.
protected SyncBase ( Data.DataRepository repository ) : Data
repository Data.DataRepository The repository.
Résultat Data