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

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

보호된 프로퍼티들

프로퍼티 타입 설명
uxAddressIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxAddressTypeIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxCustomerAddressBindingSource System.Windows.Forms.BindingSource
uxCustomerAddressDataGridView System.Windows.Forms.DataGridView
uxCustomerAddressErrorProvider System.Windows.Forms.ErrorProvider
uxCustomerIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

프로퍼티 타입 설명
OnCustomerAddressBindingSourceCurrentItemChanged void

공개 메소드들

메소드 설명
CustomerAddressDataGridViewBase ( )

Initializes a new instance of the CustomerAddressDataGridViewBase class.

보호된 메소드들

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnCustomerAddressDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxCustomerAddressDataGridView control.

OnCustomerAddressDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxCustomerAddressDataGridView control.

OnCustomerAddressDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxCustomerAddressDataGridView control.

비공개 메소드들

메소드 설명
OnCustomerAddressBindingSourceCurrentItemChanged ( object sender, System e ) : void

메소드 상세

CustomerAddressDataGridViewBase() 공개 메소드

Initializes a new instance of the CustomerAddressDataGridViewBase class.

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

OnCustomerAddressDataGridViewCellValueNeeded() 보호된 메소드

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

OnCustomerAddressDataGridViewCellValuePushed() 보호된 메소드

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

OnCustomerAddressDataGridViewDataError() 보호된 메소드

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

프로퍼티 상세

uxAddressIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the AddressId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxAddressIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewComboBoxColumn

uxAddressTypeIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the AddressTypeId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxAddressTypeIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewComboBoxColumn

uxCustomerAddressBindingSource 보호되어 있는 프로퍼티

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

uxCustomerAddressDataGridView 보호되어 있는 프로퍼티

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

uxCustomerAddressErrorProvider 보호되어 있는 프로퍼티

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

uxCustomerIdDataGridViewColumn 보호되어 있는 프로퍼티

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

uxModifiedDateDataGridViewColumn 보호되어 있는 프로퍼티

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

uxRowguidDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the Rowguid property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxRowguidDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn