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

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

보호된 프로퍼티들

프로퍼티 타입 설명
uxContactIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxCustomerIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxDemographicsDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxIndividualBindingSource System.Windows.Forms.BindingSource
uxIndividualDataGridView System.Windows.Forms.DataGridView
uxIndividualErrorProvider System.Windows.Forms.ErrorProvider
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

프로퍼티 타입 설명
OnIndividualBindingSourceCurrentItemChanged void

공개 메소드들

메소드 설명
IndividualDataGridViewBase ( )

Initializes a new instance of the IndividualDataGridViewBase class.

보호된 메소드들

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnIndividualDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxIndividualDataGridView control.

OnIndividualDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxIndividualDataGridView control.

OnIndividualDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxIndividualDataGridView control.

비공개 메소드들

메소드 설명
OnIndividualBindingSourceCurrentItemChanged ( 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

IndividualDataGridViewBase() 공개 메소드

Initializes a new instance of the IndividualDataGridViewBase class.

OnCurrentEntityChanged() 보호된 메소드

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

OnIndividualDataGridViewCellValueNeeded() 보호된 메소드

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

OnIndividualDataGridViewCellValuePushed() 보호된 메소드

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

OnIndividualDataGridViewDataError() 보호된 메소드

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

프로퍼티 상세

uxContactIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ContactId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxContactIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewComboBoxColumn

uxCustomerIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the CustomerId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxCustomerIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewComboBoxColumn

uxDemographicsDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the Demographics property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDemographicsDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxIndividualBindingSource 보호되어 있는 프로퍼티

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

uxIndividualDataGridView 보호되어 있는 프로퍼티

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

uxIndividualErrorProvider 보호되어 있는 프로퍼티

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

uxModifiedDateDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ModifiedDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxModifiedDateDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn