C# Class PlugInPackage.DosCommand.CtlMongodump

Afficher le fichier Open project: magicdict/MongoCola

Méthodes publiques

Свойство Type Description
CommandChanged EventHandler

Méthodes publiques

Méthode Description
CtlMongodump ( ) : System

Méthodes protégées

Méthode Description
OnCommandChange ( TextChangeEventArgs e ) : void

Private Methods

Méthode 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 méthode

public CtlMongodump ( ) : System
Résultat System

OnCommandChange() protected méthode

protected OnCommandChange ( TextChangeEventArgs e ) : void
e TextChangeEventArgs
Résultat void

Property Details

CommandChanged public_oe property

public EventHandler CommandChanged
Résultat EventHandler