C# Class WikiFunctions.Controls.NamespacesControl

Inheritance: System.Windows.Forms.UserControl
Show file Open project: reedy/AutoWikiBrowser

Public Methods

Method Description
GetSelectedNamespaces ( ) : List

NamespacesControl ( ) : System
Populate ( ) : void

Reset ( ) : void
SetSelectedNamespaces ( ICollection tags ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
GetSelectedNamespaces ( CheckedListBox clb ) : IEnumerable

InitializeComponent ( ) : void

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

SetSelectedNamespaces ( CheckedListBox clb, ICollection tags ) : void

chkContents_CheckedChanged ( object sender, EventArgs e ) : void
chkTalk_CheckedChanged ( 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

GetSelectedNamespaces() public method

public GetSelectedNamespaces ( ) : List
return List

NamespacesControl() public method

public NamespacesControl ( ) : System
return System

Populate() public method

public Populate ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

SetSelectedNamespaces() public method

public SetSelectedNamespaces ( ICollection tags ) : void
tags ICollection
return void