C# 클래스 WikiFunctions.Controls.NamespacesControl

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: reedy/AutoWikiBrowser

공개 메소드들

메소드 설명
GetSelectedNamespaces ( ) : List

NamespacesControl ( ) : System
Populate ( ) : void

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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

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

GetSelectedNamespaces() 공개 메소드

public GetSelectedNamespaces ( ) : List
리턴 List

NamespacesControl() 공개 메소드

public NamespacesControl ( ) : System
리턴 System

Populate() 공개 메소드

public Populate ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

SetSelectedNamespaces() 공개 메소드

public SetSelectedNamespaces ( ICollection tags ) : void
tags ICollection
리턴 void