C# Class Tomboy.Sync.TomboySyncClient

Inheritance: SyncClient
Exibir arquivo Open project: oluc/tomboy

Public Methods

Method Description
GetRevision ( Note note ) : int
Reset ( ) : void

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

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

Private Methods

Method Description
NoteDeletedHandler ( object noteMgr, Note deletedNote ) : void
OnChanged ( object source, FileSystemEventArgs e ) : void
Parse ( string manifestPath ) : void
Write ( string manifestPath ) : void

Method Details

GetRevision() public method

public GetRevision ( Note note ) : int
note Note
return int

Reset() public method

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

SetRevision() public method

public SetRevision ( Note note, int revision ) : void
note Note
revision int
return void

TomboySyncClient() public method

public TomboySyncClient ( ) : System
return System