C# Class Tomboy.Sync.TomboySyncClient

Inheritance: SyncClient
Afficher le fichier Open project: oluc/tomboy

Méthodes publiques

Méthode 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

Méthode 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 méthode

public GetRevision ( Note note ) : int
note Note
Résultat int

Reset() public méthode

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

SetRevision() public méthode

public SetRevision ( Note note, int revision ) : void
note Note
revision int
Résultat void

TomboySyncClient() public méthode

public TomboySyncClient ( ) : System
Résultat System