C# 클래스 Tomboy.Sync.EvernoteSyncServer

상속: SyncServer
파일 보기 프로젝트 열기: dvj/EvernoteSyncAddin 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

BeginSyncTransaction() 공개 메소드

public BeginSyncTransaction ( ) : bool
리턴 bool

CancelSyncTransaction() 공개 메소드

public CancelSyncTransaction ( ) : bool
리턴 bool

CommitSyncTransaction() 공개 메소드

public CommitSyncTransaction ( ) : bool
리턴 bool

CreateTomboyNoteContent() 공개 메소드

public CreateTomboyNoteContent ( Evernote note ) : string
note Evernote
리턴 string

DeleteNotes() 공개 메소드

public DeleteNotes ( IList deletedNoteUUIDs ) : void
deletedNoteUUIDs IList
리턴 void

EvernoteSyncServer() 공개 메소드

public EvernoteSyncServer ( ) : System
리턴 System

GetAllNoteUUIDs() 공개 메소드

public GetAllNoteUUIDs ( ) : IList
리턴 IList

GetNoteUpdatesSince() 공개 메소드

public GetNoteUpdatesSince ( int revision ) : NoteUpdate>.IDictionary
revision int
리턴 NoteUpdate>.IDictionary

UploadNotes() 공개 메소드

public UploadNotes ( IList notes ) : void
notes IList
리턴 void