Метод | Описание | |
---|---|---|
GetArticleTemplate ( string articleFullTitle, int ns ) : string | ||
ProcessingArticle ( string fullArticleTitle, int ns ) : void | ||
SkippedArticle ( string skippedBy, string reason ) : void | ||
SkippedArticleBadTag ( string skippedBy, string fullArticleTitle, int ns ) : void | ||
SkippedArticleRedlink ( string skippedBy, string fullArticleTitle, int ns ) : void | ||
WriteArticleActionLine ( string line, string pluginName ) : void | ||
WriteArticleActionLine ( string line, string pluginName, bool verboseOnly ) : void | ||
WriteArticleActionLineVerbose ( string line, string pluginName, bool verboseOnly ) : void | ||
WriteBulletedLine ( string line, bool bold, bool verboseOnly ) : void | ||
WriteBulletedLine ( string line, bool bold, bool verboseOnly, bool dateStamp ) : void | ||
WriteComment ( string line ) : void | ||
WriteCommentAndNewLine ( string line ) : void | ||
WriteTemplateAdded ( string templateName, string pluginName ) : void |
Метод | Описание | |
---|---|---|
TraceListenerBase ( string filename ) : System.Text.RegularExpressions |
public static GetArticleTemplate ( string articleFullTitle, int ns ) : string | ||
articleFullTitle | string | |
ns | int | |
Результат | string |
public abstract ProcessingArticle ( string fullArticleTitle, int ns ) : void | ||
fullArticleTitle | string | |
ns | int | |
Результат | void |
public abstract SkippedArticle ( string skippedBy, string reason ) : void | ||
skippedBy | string | |
reason | string | |
Результат | void |
public abstract SkippedArticleBadTag ( string skippedBy, string fullArticleTitle, int ns ) : void | ||
skippedBy | string | |
fullArticleTitle | string | |
ns | int | |
Результат | void |
public SkippedArticleRedlink ( string skippedBy, string fullArticleTitle, int ns ) : void | ||
skippedBy | string | |
fullArticleTitle | string | |
ns | int | |
Результат | void |
protected TraceListenerBase ( string filename ) : System.Text.RegularExpressions | ||
filename | string | |
Результат | System.Text.RegularExpressions |
public abstract WriteArticleActionLine ( string line, string pluginName ) : void | ||
line | string | |
pluginName | string | |
Результат | void |
public WriteArticleActionLine ( string line, string pluginName, bool verboseOnly ) : void | ||
line | string | |
pluginName | string | |
verboseOnly | bool | |
Результат | void |
public WriteArticleActionLineVerbose ( string line, string pluginName, bool verboseOnly ) : void | ||
line | string | |
pluginName | string | |
verboseOnly | bool | |
Результат | void |
public WriteBulletedLine ( string line, bool bold, bool verboseOnly ) : void | ||
line | string | |
bold | bool | |
verboseOnly | bool | |
Результат | void |
public abstract WriteBulletedLine ( string line, bool bold, bool verboseOnly, bool dateStamp ) : void | ||
line | string | |
bold | bool | |
verboseOnly | bool | |
dateStamp | bool | |
Результат | void |
public abstract WriteComment ( string line ) : void | ||
line | string | |
Результат | void |
public abstract WriteCommentAndNewLine ( string line ) : void | ||
line | string | |
Результат | void |
public abstract WriteTemplateAdded ( string templateName, string pluginName ) : void | ||
templateName | string | |
pluginName | string | |
Результат | void |