C# 클래스 FdoToolbox.Base.Controls.FdoAggregateQueryCtl

파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox

보호된 프로퍼티들

프로퍼티 타입 설명
chkProperties System.Windows.Forms.CheckedListBox
cmbClass System.Windows.Forms.ComboBox
cmbSchema System.Windows.Forms.ComboBox
lstComputed System.Windows.Forms.ListView
txtFilter System.Windows.Forms.TextBox

공개 메소드들

메소드 설명
AddGroupBy ( string prop ) : void
AddOrderBy ( string prop ) : void
FdoAggregateQueryCtl ( FdoConnection conn ) : System
FdoAggregateQueryCtl ( FdoConnection conn, string initSchema, string initClass ) : System
FireMapPreviewStateChanged ( bool enabled ) : void
RemoveGroupBy ( string prop ) : void
RemoveOrderBy ( string prop ) : void
SetRestrictions ( ICapability cap ) : void

보호된 메소드들

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

Clean up any resources being used.

OnLoad ( EventArgs e ) : void

비공개 메소드들

메소드 설명
CheckAllProperties ( bool isChecked ) : void
FdoAggregateQueryCtl ( ) : System
InitializeComponent ( ) : void

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

btnAddComputed_Click ( object sender, EventArgs e ) : void
btnAddGroupBy_Click ( object sender, EventArgs e ) : void
btnAddOrderBy_Click ( object sender, EventArgs e ) : void
btnEditComputed_Click ( object sender, EventArgs e ) : void
btnGroupFilter_Click ( object sender, EventArgs e ) : void
btnRemoveGroupBy_Click ( object sender, EventArgs e ) : void
btnRemoveOrderBy_Click ( object sender, EventArgs e ) : void
btnSelectAll_Click ( object sender, EventArgs e ) : void
btnSelectNone_Click ( object sender, EventArgs e ) : void
cmbClass_SelectionChangeCommitted ( object sender, EventArgs e ) : void
cmbSchema_SelectionChangeCommitted ( object sender, EventArgs e ) : void
lstComputed_SelectedIndexChanged ( object sender, EventArgs e ) : void
txtFilter_Enter ( object sender, EventArgs e ) : void

메소드 상세

AddGroupBy() 공개 메소드

public AddGroupBy ( string prop ) : void
prop string
리턴 void

AddOrderBy() 공개 메소드

public AddOrderBy ( string prop ) : void
prop string
리턴 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

FdoAggregateQueryCtl() 공개 메소드

public FdoAggregateQueryCtl ( FdoConnection conn ) : System
conn FdoConnection
리턴 System

FdoAggregateQueryCtl() 공개 메소드

public FdoAggregateQueryCtl ( FdoConnection conn, string initSchema, string initClass ) : System
conn FdoConnection
initSchema string
initClass string
리턴 System

FireMapPreviewStateChanged() 공개 메소드

public FireMapPreviewStateChanged ( bool enabled ) : void
enabled bool
리턴 void

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e EventArgs
리턴 void

RemoveGroupBy() 공개 메소드

public RemoveGroupBy ( string prop ) : void
prop string
리턴 void

RemoveOrderBy() 공개 메소드

public RemoveOrderBy ( string prop ) : void
prop string
리턴 void

SetRestrictions() 공개 메소드

public SetRestrictions ( ICapability cap ) : void
cap ICapability
리턴 void

프로퍼티 상세

chkProperties 보호되어 있는 프로퍼티

protected System.Windows.Forms.CheckedListBox chkProperties
리턴 System.Windows.Forms.CheckedListBox

cmbClass 보호되어 있는 프로퍼티

protected System.Windows.Forms.ComboBox cmbClass
리턴 System.Windows.Forms.ComboBox

cmbSchema 보호되어 있는 프로퍼티

protected System.Windows.Forms.ComboBox cmbSchema
리턴 System.Windows.Forms.ComboBox

lstComputed 보호되어 있는 프로퍼티

protected System.Windows.Forms.ListView lstComputed
리턴 System.Windows.Forms.ListView

txtFilter 보호되어 있는 프로퍼티

protected System.Windows.Forms.TextBox txtFilter
리턴 System.Windows.Forms.TextBox