C# 클래스 Nettiers.AdventureWorks.Windows.Forms.NullFkeyChildDataGridViewBase

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: netTiers/netTiers

보호된 프로퍼티들

프로퍼티 타입 설명
uxNullFkeyChildBindingSource System.Windows.Forms.BindingSource
uxNullFkeyChildDataGridView System.Windows.Forms.DataGridView
uxNullFkeyChildErrorProvider System.Windows.Forms.ErrorProvider
uxNullFkeyChildIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxNullFkeyParentIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxSomeTextDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

프로퍼티 타입 설명
OnNullFkeyChildBindingSourceCurrentItemChanged void

공개 메소드들

메소드 설명
NullFkeyChildDataGridViewBase ( )

Initializes a new instance of the NullFkeyChildDataGridViewBase class.

보호된 메소드들

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnNullFkeyChildDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxNullFkeyChildDataGridView control.

OnNullFkeyChildDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxNullFkeyChildDataGridView control.

OnNullFkeyChildDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxNullFkeyChildDataGridView control.

비공개 메소드들

메소드 설명
OnNullFkeyChildBindingSourceCurrentItemChanged ( object sender, System e ) : 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

NullFkeyChildDataGridViewBase() 공개 메소드

Initializes a new instance of the NullFkeyChildDataGridViewBase class.

OnCurrentEntityChanged() 보호된 메소드

Raised the CurrentEntityChanged event.
protected OnCurrentEntityChanged ( ) : void
리턴 void

OnNullFkeyChildDataGridViewCellValueNeeded() 보호된 메소드

Handles the CellValueNeeded event of the uxNullFkeyChildDataGridView control.
protected OnNullFkeyChildDataGridViewCellValueNeeded ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
리턴 void

OnNullFkeyChildDataGridViewCellValuePushed() 보호된 메소드

Handles the CellValuePushed event of the uxNullFkeyChildDataGridView control.
protected OnNullFkeyChildDataGridViewCellValuePushed ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
리턴 void

OnNullFkeyChildDataGridViewDataError() 보호된 메소드

Handles the DataError event of the uxNullFkeyChildDataGridView control.
protected OnNullFkeyChildDataGridViewDataError ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
리턴 void

프로퍼티 상세

uxNullFkeyChildBindingSource 보호되어 있는 프로퍼티

the bindingsource
protected System.Windows.Forms.BindingSource uxNullFkeyChildBindingSource
리턴 System.Windows.Forms.BindingSource

uxNullFkeyChildDataGridView 보호되어 있는 프로퍼티

the datagridview instance
protected System.Windows.Forms.DataGridView uxNullFkeyChildDataGridView
리턴 System.Windows.Forms.DataGridView

uxNullFkeyChildErrorProvider 보호되어 있는 프로퍼티

the errorprovider
protected System.Windows.Forms.ErrorProvider uxNullFkeyChildErrorProvider
리턴 System.Windows.Forms.ErrorProvider

uxNullFkeyChildIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the NullFkeyChildId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxNullFkeyChildIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxNullFkeyParentIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the NullFkeyParentId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxNullFkeyParentIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewComboBoxColumn

uxSomeTextDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the SomeText property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSomeTextDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn