C# Class Tomboy.Sync.EvernoteSyncServer

Inheritance: SyncServer
Afficher le fichier Open project: dvj/EvernoteSyncAddin Class Usage Examples

Méthodes publiques

Méthode Description
BeginSyncTransaction ( ) : bool
CancelSyncTransaction ( ) : bool
CommitSyncTransaction ( ) : bool
CreateTomboyNoteContent ( Evernote note ) : string
DeleteNotes ( IList deletedNoteUUIDs ) : void
EvernoteSyncServer ( ) : System
GetAllNoteUUIDs ( ) : IList
GetNoteUpdatesSince ( int revision ) : NoteUpdate>.IDictionary
UploadNotes ( IList notes ) : void

Private Methods

Méthode Description
CreateNewEvernote ( Note note ) : bool
FillEvernote ( Note tomboynote, Evernote evernote ) : Note
GetCorrectGuid ( Evernote note ) : string
UpdateEvernote ( Evernote evernote, Note tomboynote ) : bool
ValidateServerCertificate ( object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors ) : bool
ValidateXML ( string xmlString ) : void

Method Details

BeginSyncTransaction() public méthode

public BeginSyncTransaction ( ) : bool
Résultat bool

CancelSyncTransaction() public méthode

public CancelSyncTransaction ( ) : bool
Résultat bool

CommitSyncTransaction() public méthode

public CommitSyncTransaction ( ) : bool
Résultat bool

CreateTomboyNoteContent() public méthode

public CreateTomboyNoteContent ( Evernote note ) : string
note Evernote
Résultat string

DeleteNotes() public méthode

public DeleteNotes ( IList deletedNoteUUIDs ) : void
deletedNoteUUIDs IList
Résultat void

EvernoteSyncServer() public méthode

public EvernoteSyncServer ( ) : System
Résultat System

GetAllNoteUUIDs() public méthode

public GetAllNoteUUIDs ( ) : IList
Résultat IList

GetNoteUpdatesSince() public méthode

public GetNoteUpdatesSince ( int revision ) : NoteUpdate>.IDictionary
revision int
Résultat NoteUpdate>.IDictionary

UploadNotes() public méthode

public UploadNotes ( IList notes ) : void
notes IList
Résultat void