C# Class MongoGUICtl.CtlQueryCondition

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: magicdict/MongoCola

Méthodes publiques

Свойство Type Description
ColumnList List

Méthodes publiques

Méthode Description
CtlQueryCondition ( ) : System
Init ( List columnList ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

btnAdd_Click ( object sender, EventArgs e ) : void

触发Add事件

btnRemove_Click ( object sender, EventArgs e ) : void

触发Remove事件

Method Details

CtlQueryCondition() public méthode

public CtlQueryCondition ( ) : System
Résultat System

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

Init() public méthode

public Init ( List columnList ) : void
columnList List
Résultat void

Property Details

ColumnList public_oe property

public List ColumnList
Résultat List