C# Class WikiFunctions.Lists.ListFilterForm

Inheritance: System.Windows.Forms.Form
Mostra file Open project: reedy/AutoWikiBrowser Class Usage Examples

Private Properties

Property Type Description
Clear void
ClearAndAdd void
FilterList void
FilterListNew void
FilterMatches void
FilterNamespace void
InitializeComponent void
RemoveDuplicatesNew void
SpecialFilter_VisibleChanged void
btnApply_Click void
btnCancel_Click void
btnClear_Click void
btnGetList_Click void
chkContains_CheckedChanged void
chkNotContains_CheckedChanged void
specialFilter_Load void

Public Methods

Method Description
ListFilterForm ( ListBoxArticle lb ) : System
RemoveDuplicates ( ) : void

Removes duplicate articles from the listbox

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
Clear ( ) : void
ClearAndAdd ( Article newlist ) : void
FilterList ( ) : void
FilterListNew ( ) : void
FilterMatches ( bool does, bool doesnot ) : void
FilterNamespace ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

RemoveDuplicatesNew ( ) : void
SpecialFilter_VisibleChanged ( object sender, EventArgs e ) : void
btnApply_Click ( object sender, EventArgs e ) : void
btnCancel_Click ( object sender, EventArgs e ) : void
btnClear_Click ( object sender, EventArgs e ) : void
btnGetList_Click ( object sender, EventArgs e ) : void
chkContains_CheckedChanged ( object sender, EventArgs e ) : void
chkNotContains_CheckedChanged ( object sender, EventArgs e ) : void
specialFilter_Load ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

ListFilterForm() public method

public ListFilterForm ( ListBoxArticle lb ) : System
lb ListBoxArticle
return System

RemoveDuplicates() public method

Removes duplicate articles from the listbox
public RemoveDuplicates ( ) : void
return void