C# Class MongoGUIView.CtlGfsView

Mostra file Open project: magicdict/MongoCola Class Usage Examples

Public Properties

Property Type Description
GetUploadFileOption Func

Public Methods

Method Description
CtlGfsView ( DataViewInfo dataViewInfo ) : System
DeleteFileStripButton_Click ( object sender, EventArgs e ) : void

Delete File

DownloadFileStripButton_Click ( object sender, EventArgs e ) : void

DownLoad File

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

lstData_MouseClick ( object sender, MouseEventArgs e ) : void
lstData_MouseDoubleClick ( object sender, MouseEventArgs e ) : void

双击操作

Private Methods

Method Description
InitTool ( ) : void
InitializeComponent ( ) : void

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

OpenFileStripButton_Click ( object sender, EventArgs e ) : void

Open File

UpLoadFolderStripButton_Click ( object sender, EventArgs e ) : void

上传文件夹

UploadFileStripButton_Click ( object sender, EventArgs e ) : void

Upload File

UploadFolder ( DirectoryInfo uploadDir, int &fileCount, Gfs opt ) : bool

ctlGFSView_Load ( object sender, EventArgs e ) : void
lstData_DragDrop ( object sender, DragEventArgs e ) : void

拖曳终止

lstData_DragEnter ( object sender, DragEventArgs e ) : void

开始拖曳

lstData_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

CtlGfsView() public method

public CtlGfsView ( DataViewInfo dataViewInfo ) : System
dataViewInfo DataViewInfo
return System

DeleteFileStripButton_Click() public method

Delete File
public DeleteFileStripButton_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

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

DownloadFileStripButton_Click() public method

DownLoad File
public DownloadFileStripButton_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

lstData_MouseClick() protected method

protected lstData_MouseClick ( object sender, MouseEventArgs e ) : void
sender object
e System.Windows.Forms.MouseEventArgs
return void

lstData_MouseDoubleClick() protected method

双击操作
protected lstData_MouseDoubleClick ( object sender, MouseEventArgs e ) : void
sender object
e System.Windows.Forms.MouseEventArgs
return void

Property Details

GetUploadFileOption public_oe static_oe property

public static Func GetUploadFileOption
return Func