Свойство | Type | Description | |
---|---|---|---|
NewId | int | ||
URLLong | string |
Méthode | Description | |
---|---|---|
AWBLogListener ( string articleTitle ) : System | ||
AWBSkipped ( string reason ) : void | ||
AddAndDateStamp ( |
||
IMyTraceListener ( ) : void | ||
IMyTraceListener ( string line ) : void | ||
IMyTraceListener ( string line, bool bold, bool verboseOnly ) : void | ||
IMyTraceListener ( string line, bool bold, bool verboseOnly, bool dateStamp ) : void | ||
IMyTraceListener ( string fullArticleTitle, int ns ) : void | ||
IMyTraceListener ( string skippedBy, string reason ) : void | ||
IMyTraceListener ( string line, string pluginName, bool verboseOnly ) : void | ||
IMyTraceListener ( string skippedBy, string fullArticleTitle, int ns ) : void | ||
OpenDiffInBrowser ( ) : void | ||
OpenHistoryInBrowser ( ) : void | ||
OpenInBrowser ( ) : void | ||
Output ( LogFileType logFileType ) : string | ||
PluginSkipped ( ) : void | ||
UserSkipped ( ) : void | ||
Write ( string text ) : void | ||
WriteLine ( string text, string sender ) : void |
Méthode | Description | |
---|---|---|
Skip ( string mSkippedBy, string mSkipReason ) : void |
Méthode | Description | |
---|---|---|
GetSubItemNumber ( SubItem subItem ) : int |
Returns the ListViewItem.SubItems number for a specified piece of information
|
|
GetSubItemText ( SubItem subItem ) : string |
Returns the Text from a ListViewItem.SubItems object
|
|
SetSubItemText ( SubItem subItem, string value ) : void |
public AWBLogListener ( string articleTitle ) : System | ||
articleTitle | string | |
Résultat | System |
public AddAndDateStamp ( |
||
listView | ||
Résultat | void |
public IMyTraceListener ( string line ) : void | ||
line | string | |
Résultat | void |
public IMyTraceListener ( string line, bool bold, bool verboseOnly ) : void | ||
line | string | |
bold | bool | |
verboseOnly | bool | |
Résultat | void |
public IMyTraceListener ( string line, bool bold, bool verboseOnly, bool dateStamp ) : void | ||
line | string | |
bold | bool | |
verboseOnly | bool | |
dateStamp | bool | |
Résultat | void |
public IMyTraceListener ( string fullArticleTitle, int ns ) : void | ||
fullArticleTitle | string | |
ns | int | |
Résultat | void |
public IMyTraceListener ( string skippedBy, string reason ) : void | ||
skippedBy | string | |
reason | string | |
Résultat | void |
public IMyTraceListener ( string line, string pluginName, bool verboseOnly ) : void | ||
line | string | |
pluginName | string | |
verboseOnly | bool | |
Résultat | void |
public IMyTraceListener ( string skippedBy, string fullArticleTitle, int ns ) : void | ||
skippedBy | string | |
fullArticleTitle | string | |
ns | int | |
Résultat | void |
public Output ( LogFileType logFileType ) : string | ||
logFileType | LogFileType | |
Résultat | string |
protected Skip ( string mSkippedBy, string mSkipReason ) : void | ||
mSkippedBy | string | |
mSkipReason | string | |
Résultat | void |
public WriteLine ( string text, string sender ) : void | ||
text | string | |
sender | string | |
Résultat | void |