C# Class PlugInPackage.DosCommand.CtlMongod

Inheritance: System.Windows.Forms.UserControl
Exibir arquivo Open project: magicdict/MongoCola

Public Properties

Property Type Description
CommandChanged EventHandler
MongodCommand MongoUtility.ToolKit.MongodConfig

Public Methods

Method Description
CtlMongod ( ) : Common.System

构造函数

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCommandChange ( TextChangeEventArgs e ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

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

MongodType_CheckedChanged ( object sender, EventArgs e ) : void

服务器类型变更

chkAuth_CheckedChanged ( object sender, EventArgs e ) : void

安全模式变更

chkIsAppend_CheckedChanged ( object sender, EventArgs e ) : void

Log追加模式

ctlFilePickerDBPath_PathChanged ( string filePath ) : void

DB路径

ctlFilePickerT_PathChanged ( string filePath ) : void

路径

ctlMongod_Load ( object sender, EventArgs e ) : void

加载

ctllogLvT_LoglvChanged ( MongoUtility.ToolKit.MongodbDosCommand logLv ) : void

LOG等级

numPort_ValueChanged ( object sender, EventArgs e ) : void

端口号变更

txtSource_TextChanged ( object sender, EventArgs e ) : void

源头的改变

Method Details

CtlMongod() public method

构造函数
public CtlMongod ( ) : Common.System
return Common.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

OnCommandChange() protected method

protected OnCommandChange ( TextChangeEventArgs e ) : void
e MongoUtility.EventArgs.TextChangeEventArgs
return void

Property Details

CommandChanged public_oe property

public EventHandler CommandChanged
return EventHandler

MongodCommand public_oe property

public MongodConfig,MongoUtility.ToolKit MongodCommand
return MongoUtility.ToolKit.MongodConfig