C# 클래스 Tomboy.Sync.TomboySyncClient

상속: SyncClient
파일 보기 프로젝트 열기: oluc/tomboy

공개 메소드들

메소드 설명
GetRevision ( Note note ) : int
Reset ( ) : void

Client info is no good, delete manifest and start over.

SetRevision ( Note note, int revision ) : void
TomboySyncClient ( ) : System

비공개 메소드들

메소드 설명
NoteDeletedHandler ( object noteMgr, Note deletedNote ) : void
OnChanged ( object source, FileSystemEventArgs e ) : void
Parse ( string manifestPath ) : void
Write ( string manifestPath ) : void

메소드 상세

GetRevision() 공개 메소드

public GetRevision ( Note note ) : int
note Note
리턴 int

Reset() 공개 메소드

Client info is no good, delete manifest and start over.
public Reset ( ) : void
리턴 void

SetRevision() 공개 메소드

public SetRevision ( Note note, int revision ) : void
note Note
revision int
리턴 void

TomboySyncClient() 공개 메소드

public TomboySyncClient ( ) : System
리턴 System