C# Class WikiFunctions.Logging.AWBLogListener

Inheritance: System.Windows.Forms.ListViewItem, IAWBTraceListener
Afficher le fichier Open project: reedy/AutoWikiBrowser Class Usage Examples

Méthodes publiques

Свойство Type Description
NewId int
URLLong string

Méthodes publiques

Méthode Description
AWBLogListener ( string articleTitle ) : System
AWBSkipped ( string reason ) : void
AddAndDateStamp ( ListView listView ) : void
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éthodes protégées

Méthode Description
Skip ( string mSkippedBy, string mSkipReason ) : void

Private Methods

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

Method Details

AWBLogListener() public méthode

public AWBLogListener ( string articleTitle ) : System
articleTitle string
Résultat System

AWBSkipped() public méthode

public AWBSkipped ( string reason ) : void
reason string
Résultat void

AddAndDateStamp() public méthode

public AddAndDateStamp ( ListView listView ) : void
listView System.Windows.Forms.ListView
Résultat void

IMyTraceListener() public méthode

public IMyTraceListener ( ) : void
Résultat void

IMyTraceListener() public méthode

public IMyTraceListener ( string line ) : void
line string
Résultat void

IMyTraceListener() public méthode

public IMyTraceListener ( string line, bool bold, bool verboseOnly ) : void
line string
bold bool
verboseOnly bool
Résultat void

IMyTraceListener() public méthode

public IMyTraceListener ( string line, bool bold, bool verboseOnly, bool dateStamp ) : void
line string
bold bool
verboseOnly bool
dateStamp bool
Résultat void

IMyTraceListener() public méthode

public IMyTraceListener ( string fullArticleTitle, int ns ) : void
fullArticleTitle string
ns int
Résultat void

IMyTraceListener() public méthode

public IMyTraceListener ( string skippedBy, string reason ) : void
skippedBy string
reason string
Résultat void

IMyTraceListener() public méthode

public IMyTraceListener ( string line, string pluginName, bool verboseOnly ) : void
line string
pluginName string
verboseOnly bool
Résultat void

IMyTraceListener() public méthode

public IMyTraceListener ( string skippedBy, string fullArticleTitle, int ns ) : void
skippedBy string
fullArticleTitle string
ns int
Résultat void

OpenDiffInBrowser() public méthode

public OpenDiffInBrowser ( ) : void
Résultat void

OpenHistoryInBrowser() public méthode

public OpenHistoryInBrowser ( ) : void
Résultat void

OpenInBrowser() public méthode

public OpenInBrowser ( ) : void
Résultat void

Output() public méthode

public Output ( LogFileType logFileType ) : string
logFileType LogFileType
Résultat string

PluginSkipped() public méthode

public PluginSkipped ( ) : void
Résultat void

Skip() protected méthode

protected Skip ( string mSkippedBy, string mSkipReason ) : void
mSkippedBy string
mSkipReason string
Résultat void

UserSkipped() public méthode

public UserSkipped ( ) : void
Résultat void

Write() public méthode

public Write ( string text ) : void
text string
Résultat void

WriteLine() public méthode

public WriteLine ( string text, string sender ) : void
text string
sender string
Résultat void

Property Details

NewId public_oe property

public int NewId
Résultat int

URLLong public_oe property

public string URLLong
Résultat string