C# 클래스 Xnlab.SQLMon.Controls.OutlookGrid.OutlookGrid

상속: System.Windows.Forms.DataGridView
파일 보기 프로젝트 열기: unruledboy/SQLMonitor

Private Properties

프로퍼티 타입 설명
FillGrid void
InitializeComponent void
SetGroupCollapse void
SetupColumns void

공개 메소드들

메소드 설명
BindData ( object dataSource, string dataMember ) : void
ClearGroups ( ) : void
CollapseAll ( ) : void
ExpandAll ( ) : void
OutlookGrid ( ) : System
Sort ( System.Windows.Forms.DataGridViewColumn dataGridViewColumn, ListSortDirection direction ) : void
Sort ( IComparer comparer ) : void

보호된 메소드들

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

Clean up any resources being used.

OnCellBeginEdit ( System.Windows.Forms.DataGridViewCellCancelEventArgs e ) : void
OnCellDoubleClick ( System.Windows.Forms.DataGridViewCellEventArgs e ) : void
OnCellMouseDown ( System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void

비공개 메소드들

메소드 설명
FillGrid ( IOutlookGridGroup groupingStyle ) : void

the fill grid method fills the grid with the data from the DataSourceManager It takes the grouping style into account, if it is set.

InitializeComponent ( ) : void

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

SetGroupCollapse ( bool collapsed ) : void
SetupColumns ( ) : void

메소드 상세

BindData() 공개 메소드

public BindData ( object dataSource, string dataMember ) : void
dataSource object
dataMember string
리턴 void

ClearGroups() 공개 메소드

public ClearGroups ( ) : void
리턴 void

CollapseAll() 공개 메소드

public CollapseAll ( ) : void
리턴 void

Dispose() 보호된 메소드

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

ExpandAll() 공개 메소드

public ExpandAll ( ) : void
리턴 void

OnCellBeginEdit() 보호된 메소드

protected OnCellBeginEdit ( System.Windows.Forms.DataGridViewCellCancelEventArgs e ) : void
e System.Windows.Forms.DataGridViewCellCancelEventArgs
리턴 void

OnCellDoubleClick() 보호된 메소드

protected OnCellDoubleClick ( System.Windows.Forms.DataGridViewCellEventArgs e ) : void
e System.Windows.Forms.DataGridViewCellEventArgs
리턴 void

OnCellMouseDown() 보호된 메소드

protected OnCellMouseDown ( System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void
e System.Windows.Forms.DataGridViewCellMouseEventArgs
리턴 void

OutlookGrid() 공개 메소드

public OutlookGrid ( ) : System
리턴 System

Sort() 공개 메소드

public Sort ( System.Windows.Forms.DataGridViewColumn dataGridViewColumn, ListSortDirection direction ) : void
dataGridViewColumn System.Windows.Forms.DataGridViewColumn
direction ListSortDirection
리턴 void

Sort() 공개 메소드

public Sort ( IComparer comparer ) : void
comparer IComparer
리턴 void