C# Class PlugInPackage.DosCommand.CtlMongodump

Exibir arquivo Open project: magicdict/MongoCola

Public Properties

Property Type Description
CommandChanged EventHandler

Public Methods

Method Description
CtlMongodump ( ) : System

Protected Methods

Method Description
OnCommandChange ( TextChangeEventArgs e ) : void

Private Methods

Method Description
chkArchive_CheckedChanged ( object sender, EventArgs e ) : void

chkGZip_CheckedChanged ( object sender, EventArgs e ) : void

ctlFilePickerOutput_PathChanged ( string filePath ) : void
ctlMongodump_Load ( object sender, EventArgs e ) : void
ctllogLvT_LoglvChanged ( MongodbDosCommand logLv ) : void
numPort_ValueChanged ( object sender, EventArgs e ) : void

txtArchive_TextChanged ( object sender, EventArgs e ) : void

txtCollectionName_TextChanged ( object sender, EventArgs e ) : void
txtDBName_TextChanged ( object sender, EventArgs e ) : void
txtHostAddr_TextChanged ( object sender, EventArgs e ) : void

Method Details

CtlMongodump() public method

public CtlMongodump ( ) : System
return System

OnCommandChange() protected method

protected OnCommandChange ( TextChangeEventArgs e ) : void
e TextChangeEventArgs
return void

Property Details

CommandChanged public_oe property

public EventHandler CommandChanged
return EventHandler