프로퍼티 | 타입 | 설명 | |
---|---|---|---|
iprot_ | TProtocol | ||
oprot_ | TProtocol | ||
seqid_ | int |
메소드 | 설명 | |
---|---|---|
Begin_authenticate ( AsyncCallback callback, object state, string username, string password, string consumerKey, string consumerSecret ) : IAsyncResult | ||
Begin_checkVersion ( AsyncCallback callback, object state, string clientName, short edamVersionMajor, short edamVersionMinor ) : IAsyncResult | ||
Begin_getBootstrapInfo ( AsyncCallback callback, object state, string locale ) : IAsyncResult | ||
Begin_getNoteStoreUrl ( AsyncCallback callback, object state, string authenticationToken ) : IAsyncResult | ||
Begin_getPremiumInfo ( AsyncCallback callback, object state, string authenticationToken ) : IAsyncResult | ||
Begin_getPublicUserInfo ( AsyncCallback callback, object state, string username ) : IAsyncResult | ||
Begin_getUser ( AsyncCallback callback, object state, string authenticationToken ) : IAsyncResult | ||
Begin_refreshAuthentication ( AsyncCallback callback, object state, string authenticationToken ) : IAsyncResult | ||
Client ( TProtocol prot ) : System | ||
Client ( TProtocol iprot, TProtocol oprot ) : System | ||
End_authenticate ( IAsyncResult asyncResult ) : AuthenticationResult | ||
End_checkVersion ( IAsyncResult asyncResult ) : bool | ||
End_getBootstrapInfo ( IAsyncResult asyncResult ) : BootstrapInfo | ||
End_getNoteStoreUrl ( IAsyncResult asyncResult ) : string | ||
End_getPremiumInfo ( IAsyncResult asyncResult ) : PremiumInfo | ||
End_getPublicUserInfo ( IAsyncResult asyncResult ) : PublicUserInfo | ||
End_getUser ( IAsyncResult asyncResult ) : Evernote.EDAM.Type.User | ||
End_refreshAuthentication ( IAsyncResult asyncResult ) : AuthenticationResult | ||
authenticate ( string username, string password, string consumerKey, string consumerSecret ) : AuthenticationResult | ||
checkVersion ( string clientName, short edamVersionMajor, short edamVersionMinor ) : bool | ||
getBootstrapInfo ( string locale ) : BootstrapInfo | ||
getNoteStoreUrl ( string authenticationToken ) : string | ||
getPremiumInfo ( string authenticationToken ) : PremiumInfo | ||
getPublicUserInfo ( string username ) : PublicUserInfo | ||
getUser ( string authenticationToken ) : Evernote.EDAM.Type.User | ||
recv_authenticate ( ) : AuthenticationResult | ||
recv_checkVersion ( ) : bool | ||
recv_getBootstrapInfo ( ) : BootstrapInfo | ||
recv_getNoteStoreUrl ( ) : string | ||
recv_getPremiumInfo ( ) : PremiumInfo | ||
recv_getPublicUserInfo ( ) : PublicUserInfo | ||
recv_getUser ( ) : Evernote.EDAM.Type.User | ||
recv_refreshAuthentication ( ) : AuthenticationResult | ||
refreshAuthentication ( string authenticationToken ) : AuthenticationResult | ||
send_authenticate ( AsyncCallback callback, object state, string username, string password, string consumerKey, string consumerSecret ) : IAsyncResult | ||
send_authenticate ( string username, string password, string consumerKey, string consumerSecret ) : void | ||
send_checkVersion ( AsyncCallback callback, object state, string clientName, short edamVersionMajor, short edamVersionMinor ) : IAsyncResult | ||
send_checkVersion ( string clientName, short edamVersionMajor, short edamVersionMinor ) : void | ||
send_getBootstrapInfo ( AsyncCallback callback, object state, string locale ) : IAsyncResult | ||
send_getBootstrapInfo ( string locale ) : void | ||
send_getNoteStoreUrl ( AsyncCallback callback, object state, string authenticationToken ) : IAsyncResult | ||
send_getNoteStoreUrl ( string authenticationToken ) : void | ||
send_getPremiumInfo ( AsyncCallback callback, object state, string authenticationToken ) : IAsyncResult | ||
send_getPremiumInfo ( string authenticationToken ) : void | ||
send_getPublicUserInfo ( AsyncCallback callback, object state, string username ) : IAsyncResult | ||
send_getPublicUserInfo ( string username ) : void | ||
send_getUser ( AsyncCallback callback, object state, string authenticationToken ) : IAsyncResult | ||
send_getUser ( string authenticationToken ) : void | ||
send_refreshAuthentication ( AsyncCallback callback, object state, string authenticationToken ) : IAsyncResult | ||
send_refreshAuthentication ( string authenticationToken ) : void |
public Begin_authenticate ( AsyncCallback callback, object state, string username, string password, string consumerKey, string consumerSecret ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
username | string | |
password | string | |
consumerKey | string | |
consumerSecret | string | |
리턴 | IAsyncResult |
public Begin_checkVersion ( AsyncCallback callback, object state, string clientName, short edamVersionMajor, short edamVersionMinor ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
clientName | string | |
edamVersionMajor | short | |
edamVersionMinor | short | |
리턴 | IAsyncResult |
public Begin_getBootstrapInfo ( AsyncCallback callback, object state, string locale ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
locale | string | |
리턴 | IAsyncResult |
public Begin_getNoteStoreUrl ( AsyncCallback callback, object state, string authenticationToken ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
authenticationToken | string | |
리턴 | IAsyncResult |
public Begin_getPremiumInfo ( AsyncCallback callback, object state, string authenticationToken ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
authenticationToken | string | |
리턴 | IAsyncResult |
public Begin_getPublicUserInfo ( AsyncCallback callback, object state, string username ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
username | string | |
리턴 | IAsyncResult |
public Begin_getUser ( AsyncCallback callback, object state, string authenticationToken ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
authenticationToken | string | |
리턴 | IAsyncResult |
public Begin_refreshAuthentication ( AsyncCallback callback, object state, string authenticationToken ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
authenticationToken | string | |
리턴 | IAsyncResult |
public Client ( TProtocol iprot, TProtocol oprot ) : System | ||
iprot | TProtocol | |
oprot | TProtocol | |
리턴 | System |
public End_authenticate ( IAsyncResult asyncResult ) : AuthenticationResult | ||
asyncResult | IAsyncResult | |
리턴 | AuthenticationResult |
public End_checkVersion ( IAsyncResult asyncResult ) : bool | ||
asyncResult | IAsyncResult | |
리턴 | bool |
public End_getBootstrapInfo ( IAsyncResult asyncResult ) : BootstrapInfo | ||
asyncResult | IAsyncResult | |
리턴 | BootstrapInfo |
public End_getNoteStoreUrl ( IAsyncResult asyncResult ) : string | ||
asyncResult | IAsyncResult | |
리턴 | string |
public End_getPremiumInfo ( IAsyncResult asyncResult ) : PremiumInfo | ||
asyncResult | IAsyncResult | |
리턴 | PremiumInfo |
public End_getPublicUserInfo ( IAsyncResult asyncResult ) : PublicUserInfo | ||
asyncResult | IAsyncResult | |
리턴 | PublicUserInfo |
public End_getUser ( IAsyncResult asyncResult ) : Evernote.EDAM.Type.User | ||
asyncResult | IAsyncResult | |
리턴 | Evernote.EDAM.Type.User |
public End_refreshAuthentication ( IAsyncResult asyncResult ) : AuthenticationResult | ||
asyncResult | IAsyncResult | |
리턴 | AuthenticationResult |
public authenticate ( string username, string password, string consumerKey, string consumerSecret ) : AuthenticationResult | ||
username | string | |
password | string | |
consumerKey | string | |
consumerSecret | string | |
리턴 | AuthenticationResult |
public checkVersion ( string clientName, short edamVersionMajor, short edamVersionMinor ) : bool | ||
clientName | string | |
edamVersionMajor | short | |
edamVersionMinor | short | |
리턴 | bool |
public getBootstrapInfo ( string locale ) : BootstrapInfo | ||
locale | string | |
리턴 | BootstrapInfo |
public getNoteStoreUrl ( string authenticationToken ) : string | ||
authenticationToken | string | |
리턴 | string |
public getPremiumInfo ( string authenticationToken ) : PremiumInfo | ||
authenticationToken | string | |
리턴 | PremiumInfo |
public getPublicUserInfo ( string username ) : PublicUserInfo | ||
username | string | |
리턴 | PublicUserInfo |
public getUser ( string authenticationToken ) : Evernote.EDAM.Type.User | ||
authenticationToken | string | |
리턴 | Evernote.EDAM.Type.User |
public recv_authenticate ( ) : AuthenticationResult | ||
리턴 | AuthenticationResult |
public recv_getPublicUserInfo ( ) : PublicUserInfo | ||
리턴 | PublicUserInfo |
public recv_refreshAuthentication ( ) : AuthenticationResult | ||
리턴 | AuthenticationResult |
public refreshAuthentication ( string authenticationToken ) : AuthenticationResult | ||
authenticationToken | string | |
리턴 | AuthenticationResult |
public send_authenticate ( AsyncCallback callback, object state, string username, string password, string consumerKey, string consumerSecret ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
username | string | |
password | string | |
consumerKey | string | |
consumerSecret | string | |
리턴 | IAsyncResult |
public send_authenticate ( string username, string password, string consumerKey, string consumerSecret ) : void | ||
username | string | |
password | string | |
consumerKey | string | |
consumerSecret | string | |
리턴 | void |
public send_checkVersion ( AsyncCallback callback, object state, string clientName, short edamVersionMajor, short edamVersionMinor ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
clientName | string | |
edamVersionMajor | short | |
edamVersionMinor | short | |
리턴 | IAsyncResult |
public send_checkVersion ( string clientName, short edamVersionMajor, short edamVersionMinor ) : void | ||
clientName | string | |
edamVersionMajor | short | |
edamVersionMinor | short | |
리턴 | void |
public send_getBootstrapInfo ( AsyncCallback callback, object state, string locale ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
locale | string | |
리턴 | IAsyncResult |
public send_getBootstrapInfo ( string locale ) : void | ||
locale | string | |
리턴 | void |
public send_getNoteStoreUrl ( AsyncCallback callback, object state, string authenticationToken ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
authenticationToken | string | |
리턴 | IAsyncResult |
public send_getNoteStoreUrl ( string authenticationToken ) : void | ||
authenticationToken | string | |
리턴 | void |
public send_getPremiumInfo ( AsyncCallback callback, object state, string authenticationToken ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
authenticationToken | string | |
리턴 | IAsyncResult |
public send_getPremiumInfo ( string authenticationToken ) : void | ||
authenticationToken | string | |
리턴 | void |
public send_getPublicUserInfo ( AsyncCallback callback, object state, string username ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
username | string | |
리턴 | IAsyncResult |
public send_getPublicUserInfo ( string username ) : void | ||
username | string | |
리턴 | void |
public send_getUser ( AsyncCallback callback, object state, string authenticationToken ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
authenticationToken | string | |
리턴 | IAsyncResult |
public send_getUser ( string authenticationToken ) : void | ||
authenticationToken | string | |
리턴 | void |
public send_refreshAuthentication ( AsyncCallback callback, object state, string authenticationToken ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
authenticationToken | string | |
리턴 | IAsyncResult |
public send_refreshAuthentication ( string authenticationToken ) : void | ||
authenticationToken | string | |
리턴 | void |