C# 클래스 EvernoteWrapper.Wrapper

파일 보기 프로젝트 열기: evernote/evernote-demo-metro

공개 메소드들

메소드 설명
Wrapper ( ) : System
createNote ( String developerToken ) : bool

Create a new note in the account of the user with the specified developer token.

비공개 메소드들

메소드 설명
auth ( String authToken ) : bool

Make sure we have a valid auth token. Refreshes if possible, otherwise re-authenticates using username and password. Throws an TApplicationException, TTransportException, EDAMUserException or EDAMSystemException if an error occurs.

메소드 상세

Wrapper() 공개 메소드

public Wrapper ( ) : System
리턴 System

createNote() 공개 메소드

Create a new note in the account of the user with the specified developer token.
public createNote ( String developerToken ) : bool
developerToken String
리턴 bool