C# 클래스 MongoGUIView.CtlDataView

상속: MongoGUIView.MultiTabControl
파일 보기 프로젝트 열기: magicdict/MongoCola

공개 프로퍼티들

프로퍼티 타입 설명
CustomtoolStrip System.Windows.Forms.ToolStrip
DataShower List
IsNeedRefresh bool
mDataViewInfo DataViewInfo

보호된 프로퍼티들

프로퍼티 타입 설명
ViewtoolStrip ToolStrip
contextMenuStripMain ContextMenuStrip
lstData ListView
tabDataShower TabControl
tabTableView TabPage
tabTextView TabPage
tabTreeView TabPage
toolStripContainer1 ToolStripContainer
trvData CtlTreeViewColumns
txtData TextBox

Private Properties

프로퍼티 타입 설명
Clear void
CloseStripButton_Click void
CollapseAll_Click void
ExpandAll_Click void
FirstPage_Click void
GotoStripButton_Click void
HelpStripButton_Click void
InitControlsEnable void
InitControlsVisiableAndEvent void
InitializeComponent void
LastPage_Click void
NextPage_Click void
PrePage_Click void
RefreshStripButton_Click void
ReloadData void
SetDataNav void
cmbRecPerPage_SelectedIndexChanged void
ctlDataView_Load void

공개 메소드들

메소드 설명
CtlDataView ( ) : Common.System

初始化

CtlDataView ( DataViewInfo dataViewInfo ) : Common.System

初始化

RefreshGui ( ) : void

Refresh Data

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
Clear ( ) : void

清除所有数据

CloseStripButton_Click ( object sender, EventArgs e ) : void

关闭本Tab

CollapseAll_Click ( object sender, EventArgs e ) : void

折叠所有

ExpandAll_Click ( object sender, EventArgs e ) : void

展开所有

FirstPage_Click ( object sender, EventArgs e ) : void

第一页

GotoStripButton_Click ( object sender, EventArgs e ) : void

指定起始位置

HelpStripButton_Click ( object sender, EventArgs e ) : void

帮助

InitControlsEnable ( ) : void

初始化控件状态

InitControlsVisiableAndEvent ( ) : void

将部分的按钮和右键菜单有效化

InitializeComponent ( ) : void

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

LastPage_Click ( object sender, EventArgs e ) : void

最后页

NextPage_Click ( object sender, EventArgs e ) : void

下一页

PrePage_Click ( object sender, EventArgs e ) : void

前一页

RefreshStripButton_Click ( object sender, EventArgs e ) : void
ReloadData ( ) : void

重新加载数据

SetDataNav ( ) : void

设置导航可用性

cmbRecPerPage_SelectedIndexChanged ( object sender, EventArgs e ) : void

换页操作

ctlDataView_Load ( object sender, EventArgs e ) : void

加载数据集控件

메소드 상세

CtlDataView() 공개 메소드

初始化
public CtlDataView ( ) : Common.System
리턴 Common.System

CtlDataView() 공개 메소드

初始化
public CtlDataView ( DataViewInfo dataViewInfo ) : Common.System
dataViewInfo MongoUtility.Aggregation.DataViewInfo
리턴 Common.System

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

RefreshGui() 공개 메소드

Refresh Data
public RefreshGui ( ) : void
리턴 void

프로퍼티 상세

CustomtoolStrip 공개적으로 프로퍼티

public ToolStrip,System.Windows.Forms CustomtoolStrip
리턴 System.Windows.Forms.ToolStrip

DataShower 공개적으로 프로퍼티

Control for show Data
public List DataShower
리턴 List

IsNeedRefresh 공개적으로 프로퍼티

Is Need Refresh after the element is modify
public bool IsNeedRefresh
리턴 bool

ViewtoolStrip 보호되어 있는 프로퍼티

protected ToolStrip ViewtoolStrip
리턴 ToolStrip

contextMenuStripMain 보호되어 있는 프로퍼티

protected ContextMenuStrip contextMenuStripMain
리턴 ContextMenuStrip

lstData 보호되어 있는 프로퍼티

protected ListView lstData
리턴 ListView

mDataViewInfo 공개적으로 프로퍼티

DataView信息
public DataViewInfo mDataViewInfo
리턴 DataViewInfo

tabDataShower 보호되어 있는 프로퍼티

protected TabControl tabDataShower
리턴 TabControl

tabTableView 보호되어 있는 프로퍼티

protected TabPage tabTableView
리턴 TabPage

tabTextView 보호되어 있는 프로퍼티

protected TabPage tabTextView
리턴 TabPage

tabTreeView 보호되어 있는 프로퍼티

protected TabPage tabTreeView
리턴 TabPage

toolStripContainer1 보호되어 있는 프로퍼티

protected ToolStripContainer toolStripContainer1
리턴 ToolStripContainer

trvData 보호되어 있는 프로퍼티

protected CtlTreeViewColumns trvData
리턴 CtlTreeViewColumns

txtData 보호되어 있는 프로퍼티

protected TextBox txtData
리턴 TextBox