C# Class MongoGUICtl.CtlQueryCondition

Inheritance: System.Windows.Forms.UserControl
Mostra file Open project: magicdict/MongoCola

Public Properties

Property Type Description
ColumnList List

Public Methods

Method Description
CtlQueryCondition ( ) : System
Init ( List columnList ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

public CtlQueryCondition ( ) : System
return System

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

Init() public method

public Init ( List columnList ) : void
columnList List
return void

Property Details

ColumnList public_oe property

public List ColumnList
return List