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

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

보호된 프로퍼티들

프로퍼티 타입 설명
uxContactIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxContactTypeIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxVendorContactBindingSource System.Windows.Forms.BindingSource
uxVendorContactDataGridView System.Windows.Forms.DataGridView
uxVendorContactErrorProvider System.Windows.Forms.ErrorProvider
uxVendorIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn

Private Properties

프로퍼티 타입 설명
OnVendorContactBindingSourceCurrentItemChanged void

공개 메소드들

메소드 설명
VendorContactDataGridViewBase ( )

Initializes a new instance of the VendorContactDataGridViewBase class.

보호된 메소드들

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnVendorContactDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxVendorContactDataGridView control.

OnVendorContactDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxVendorContactDataGridView control.

OnVendorContactDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxVendorContactDataGridView control.

비공개 메소드들

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

OnCurrentEntityChanged() 보호된 메소드

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

OnVendorContactDataGridViewCellValueNeeded() 보호된 메소드

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

OnVendorContactDataGridViewCellValuePushed() 보호된 메소드

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

OnVendorContactDataGridViewDataError() 보호된 메소드

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

VendorContactDataGridViewBase() 공개 메소드

Initializes a new instance of the VendorContactDataGridViewBase class.

프로퍼티 상세

uxContactIdDataGridViewColumn 보호되어 있는 프로퍼티

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

uxContactTypeIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ContactTypeId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxContactTypeIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewComboBoxColumn

uxModifiedDateDataGridViewColumn 보호되어 있는 프로퍼티

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

uxVendorContactBindingSource 보호되어 있는 프로퍼티

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

uxVendorContactDataGridView 보호되어 있는 프로퍼티

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

uxVendorContactErrorProvider 보호되어 있는 프로퍼티

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

uxVendorIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the VendorId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxVendorIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewComboBoxColumn