C# Class WikiFunctions.Controls.NamespacesControl

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: reedy/AutoWikiBrowser

Méthodes publiques

Méthode Description
GetSelectedNamespaces ( ) : List

NamespacesControl ( ) : System
Populate ( ) : void

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

GetSelectedNamespaces() public méthode

public GetSelectedNamespaces ( ) : List
Résultat List

NamespacesControl() public méthode

public NamespacesControl ( ) : System
Résultat System

Populate() public méthode

public Populate ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

SetSelectedNamespaces() public méthode

public SetSelectedNamespaces ( ICollection tags ) : void
tags ICollection
Résultat void