C# 클래스 DirkSarodnick.GoogleSync.Core.Sync.SyncBase

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

공개 메소드들

메소드 설명
Dispose ( ) : void

Releases unmanaged and - optionally - managed resources

ItemChanged ( object item ) : void

Items the changed.

Sync ( ) : void

Syncs this instance.

보호된 메소드들

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

Initializes a new instance of the SyncBase class.

메소드 상세

Dispose() 공개 추상적인 메소드

Releases unmanaged and - optionally - managed resources
public abstract Dispose ( ) : void
리턴 void

ItemChanged() 공개 추상적인 메소드

Items the changed.
public abstract ItemChanged ( object item ) : void
item object The item.
리턴 void

Sync() 공개 추상적인 메소드

Syncs this instance.
public abstract Sync ( ) : void
리턴 void

SyncBase() 보호된 메소드

Initializes a new instance of the SyncBase class.
protected SyncBase ( Data.DataRepository repository ) : Data
repository Data.DataRepository The repository.
리턴 Data