메소드 | 설명 | |
---|---|---|
Abort ( ) : void | ||
AsyncApiEdit ( string url ) : System | ||
AsyncApiEdit ( string url, |
||
Clone ( ) : |
||
Delete ( string title, string reason ) : void | ||
Delete ( string title, string reason, bool watch ) : void | ||
ExpandTemplates ( string title, string text ) : void | ||
HttpGet ( string url ) : void | ||
Login ( string username, string password ) : void | ||
Logout ( ) : void | ||
Move ( string title, string newTitle, string reason ) : void | ||
Move ( string title, string newTitle, string reason, bool moveTalk, bool noRedirect ) : void | ||
Move ( string title, string newTitle, string reason, bool moveTalk, bool noRedirect, bool watch ) : void | ||
Open ( string title, bool resolveRedirects ) : void | ||
ParseApi ( string queryParameters ) : void | ||
Preview ( string title, string text ) : void | ||
Protect ( string title, string reason, System.TimeSpan expiry, string edit, string move ) : void | ||
Protect ( string title, string reason, System.TimeSpan expiry, string edit, string move, bool cascade, bool watch ) : void | ||
Protect ( string title, string reason, string expiry, string edit, string move ) : void | ||
Protect ( string title, string reason, string expiry, string edit, string move, bool cascade, bool watch ) : void | ||
QueryApi ( string queryParameters ) : void | ||
RefreshUserInfo ( ) : void | ||
Reset ( ) : void | ||
Rollback ( string title, string user ) : void | ||
Save ( string pageText, string summary, bool minor, WatchOptions watch ) : void | ||
Unwatch ( string title ) : void | ||
Wait ( ) : void |
Waits for asynchronous operation to complete
|
|
Watch ( string title ) : void |
메소드 | 설명 | |
---|---|---|
OnExceptionCaught ( |
||
OnOperationComplete ( string operation, object result ) : void | ||
OnOperationFailed ( string operation, |
메소드 | 설명 | |
---|---|---|
AsyncApiEdit ( |
||
CallEvent ( |
Invokes a supplied delegate. If the editor is owned by a control, the delegate will called from the control's thread, otherwise it will be called from current thread.
|
|
InvokeFunction ( InvokeArgs args ) : void | ||
InvokeFunction ( string name ) : void | ||
InvokerThread ( object genericArgs ) : void |
public AsyncApiEdit ( string url, |
||
url | string | |
parentControl | ||
리턴 | System |
public Delete ( string title, string reason ) : void | ||
title | string | |
reason | string | |
리턴 | void |
public Delete ( string title, string reason, bool watch ) : void | ||
title | string | |
reason | string | |
watch | bool | |
리턴 | void |
public ExpandTemplates ( string title, string text ) : void | ||
title | string | |
text | string | |
리턴 | void |
public Login ( string username, string password ) : void | ||
username | string | |
password | string | |
리턴 | void |
public Move ( string title, string newTitle, string reason ) : void | ||
title | string | |
newTitle | string | |
reason | string | |
리턴 | void |
public Move ( string title, string newTitle, string reason, bool moveTalk, bool noRedirect ) : void | ||
title | string | |
newTitle | string | |
reason | string | |
moveTalk | bool | |
noRedirect | bool | |
리턴 | void |
public Move ( string title, string newTitle, string reason, bool moveTalk, bool noRedirect, bool watch ) : void | ||
title | string | |
newTitle | string | |
reason | string | |
moveTalk | bool | |
noRedirect | bool | |
watch | bool | |
리턴 | void |
protected OnExceptionCaught ( |
||
ex | ||
리턴 | void |
protected OnOperationComplete ( string operation, object result ) : void | ||
operation | string | |
result | object | |
리턴 | void |
protected OnOperationFailed ( string operation, |
||
operation | string | |
ex | ||
리턴 | void |
public Open ( string title, bool resolveRedirects ) : void | ||
title | string | |
resolveRedirects | bool | |
리턴 | void |
public Preview ( string title, string text ) : void | ||
title | string | |
text | string | |
리턴 | void |
public Protect ( string title, string reason, System.TimeSpan expiry, string edit, string move ) : void | ||
title | string | |
reason | string | |
expiry | System.TimeSpan | |
edit | string | |
move | string | |
리턴 | void |
public Protect ( string title, string reason, System.TimeSpan expiry, string edit, string move, bool cascade, bool watch ) : void | ||
title | string | |
reason | string | |
expiry | System.TimeSpan | |
edit | string | |
move | string | |
cascade | bool | |
watch | bool | |
리턴 | void |
public Protect ( string title, string reason, string expiry, string edit, string move ) : void | ||
title | string | |
reason | string | |
expiry | string | |
edit | string | |
move | string | |
리턴 | void |
public Protect ( string title, string reason, string expiry, string edit, string move, bool cascade, bool watch ) : void | ||
title | string | |
reason | string | |
expiry | string | |
edit | string | |
move | string | |
cascade | bool | |
watch | bool | |
리턴 | void |
public Rollback ( string title, string user ) : void | ||
title | string | |
user | string | |
리턴 | void |
public Save ( string pageText, string summary, bool minor, WatchOptions watch ) : void | ||
pageText | string | |
summary | string | |
minor | bool | |
watch | WatchOptions | |
리턴 | void |