C# Class WikiFunctions.Logging.AWBLogListener

Inheritance: System.Windows.Forms.ListViewItem, IAWBTraceListener
Mostrar archivo Open project: reedy/AutoWikiBrowser Class Usage Examples

Public Properties

Property Type Description
NewId int
URLLong string

Public Methods

Method 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

Protected Methods

Method Description
Skip ( string mSkippedBy, string mSkipReason ) : void

Private Methods

Method 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 method

public AWBLogListener ( string articleTitle ) : System
articleTitle string
return System

AWBSkipped() public method

public AWBSkipped ( string reason ) : void
reason string
return void

AddAndDateStamp() public method

public AddAndDateStamp ( ListView listView ) : void
listView System.Windows.Forms.ListView
return void

IMyTraceListener() public method

public IMyTraceListener ( ) : void
return void

IMyTraceListener() public method

public IMyTraceListener ( string line ) : void
line string
return void

IMyTraceListener() public method

public IMyTraceListener ( string line, bool bold, bool verboseOnly ) : void
line string
bold bool
verboseOnly bool
return void

IMyTraceListener() public method

public IMyTraceListener ( string line, bool bold, bool verboseOnly, bool dateStamp ) : void
line string
bold bool
verboseOnly bool
dateStamp bool
return void

IMyTraceListener() public method

public IMyTraceListener ( string fullArticleTitle, int ns ) : void
fullArticleTitle string
ns int
return void

IMyTraceListener() public method

public IMyTraceListener ( string skippedBy, string reason ) : void
skippedBy string
reason string
return void

IMyTraceListener() public method

public IMyTraceListener ( string line, string pluginName, bool verboseOnly ) : void
line string
pluginName string
verboseOnly bool
return void

IMyTraceListener() public method

public IMyTraceListener ( string skippedBy, string fullArticleTitle, int ns ) : void
skippedBy string
fullArticleTitle string
ns int
return void

OpenDiffInBrowser() public method

public OpenDiffInBrowser ( ) : void
return void

OpenHistoryInBrowser() public method

public OpenHistoryInBrowser ( ) : void
return void

OpenInBrowser() public method

public OpenInBrowser ( ) : void
return void

Output() public method

public Output ( LogFileType logFileType ) : string
logFileType LogFileType
return string

PluginSkipped() public method

public PluginSkipped ( ) : void
return void

Skip() protected method

protected Skip ( string mSkippedBy, string mSkipReason ) : void
mSkippedBy string
mSkipReason string
return void

UserSkipped() public method

public UserSkipped ( ) : void
return void

Write() public method

public Write ( string text ) : void
text string
return void

WriteLine() public method

public WriteLine ( string text, string sender ) : void
text string
sender string
return void

Property Details

NewId public_oe property

public int NewId
return int

URLLong public_oe property

public string URLLong
return string