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

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

보호된 프로퍼티들

프로퍼티 타입 설명
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSalesTaxRateBindingSource System.Windows.Forms.BindingSource
uxSalesTaxRateDataGridView System.Windows.Forms.DataGridView
uxSalesTaxRateErrorProvider System.Windows.Forms.ErrorProvider
uxSalesTaxRateIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxStateProvinceIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxTaxRateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxTaxTypeDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

프로퍼티 타입 설명
OnSalesTaxRateBindingSourceCurrentItemChanged void

공개 메소드들

메소드 설명
SalesTaxRateDataGridViewBase ( )

Initializes a new instance of the SalesTaxRateDataGridViewBase class.

보호된 메소드들

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnSalesTaxRateDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxSalesTaxRateDataGridView control.

OnSalesTaxRateDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxSalesTaxRateDataGridView control.

OnSalesTaxRateDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxSalesTaxRateDataGridView control.

비공개 메소드들

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

OnSalesTaxRateDataGridViewCellValueNeeded() 보호된 메소드

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

OnSalesTaxRateDataGridViewCellValuePushed() 보호된 메소드

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

OnSalesTaxRateDataGridViewDataError() 보호된 메소드

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

SalesTaxRateDataGridViewBase() 공개 메소드

Initializes a new instance of the SalesTaxRateDataGridViewBase class.

프로퍼티 상세

uxModifiedDateDataGridViewColumn 보호되어 있는 프로퍼티

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

uxNameDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the Name property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxNameDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxRowguidDataGridViewColumn 보호되어 있는 프로퍼티

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

uxSalesTaxRateBindingSource 보호되어 있는 프로퍼티

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

uxSalesTaxRateDataGridView 보호되어 있는 프로퍼티

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

uxSalesTaxRateErrorProvider 보호되어 있는 프로퍼티

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

uxSalesTaxRateIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the SalesTaxRateId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSalesTaxRateIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxStateProvinceIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the StateProvinceId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxStateProvinceIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewComboBoxColumn

uxTaxRateDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the TaxRate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxTaxRateDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxTaxTypeDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the TaxType property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxTaxTypeDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn