C# Class Nettiers.AdventureWorks.Windows.Forms.CountryRegionCurrencyDataGridViewBase

Inheritance: System.Windows.Forms.UserControl
显示文件 Open project: netTiers/netTiers

Protected Properties

Property Type Description
uxCountryRegionCodeDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxCountryRegionCurrencyBindingSource System.Windows.Forms.BindingSource
uxCountryRegionCurrencyDataGridView System.Windows.Forms.DataGridView
uxCountryRegionCurrencyErrorProvider System.Windows.Forms.ErrorProvider
uxCurrencyCodeDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

Property Type Description
OnCountryRegionCurrencyBindingSourceCurrentItemChanged void

Public Methods

Method Description
CountryRegionCurrencyDataGridViewBase ( )

Initializes a new instance of the CountryRegionCurrencyDataGridViewBase class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCountryRegionCurrencyDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxCountryRegionCurrencyDataGridView control.

OnCountryRegionCurrencyDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxCountryRegionCurrencyDataGridView control.

OnCountryRegionCurrencyDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxCountryRegionCurrencyDataGridView control.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

Private Methods

Method Description
OnCountryRegionCurrencyBindingSourceCurrentItemChanged ( object sender, System e ) : void

Method Details

CountryRegionCurrencyDataGridViewBase() public method

Initializes a new instance of the CountryRegionCurrencyDataGridViewBase class.

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

OnCountryRegionCurrencyDataGridViewCellValueNeeded() protected method

Handles the CellValueNeeded event of the uxCountryRegionCurrencyDataGridView control.
protected OnCountryRegionCurrencyDataGridViewCellValueNeeded ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
return void

OnCountryRegionCurrencyDataGridViewCellValuePushed() protected method

Handles the CellValuePushed event of the uxCountryRegionCurrencyDataGridView control.
protected OnCountryRegionCurrencyDataGridViewCellValuePushed ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
return void

OnCountryRegionCurrencyDataGridViewDataError() protected method

Handles the DataError event of the uxCountryRegionCurrencyDataGridView control.
protected OnCountryRegionCurrencyDataGridViewDataError ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
return void

OnCurrentEntityChanged() protected method

Raised the CurrentEntityChanged event.
protected OnCurrentEntityChanged ( ) : void
return void

Property Details

uxCountryRegionCodeDataGridViewColumn protected_oe property

the DGV column associated with the CountryRegionCode property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxCountryRegionCodeDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn

uxCountryRegionCurrencyBindingSource protected_oe property

the bindingsource
protected System.Windows.Forms.BindingSource uxCountryRegionCurrencyBindingSource
return System.Windows.Forms.BindingSource

uxCountryRegionCurrencyDataGridView protected_oe property

the datagridview instance
protected System.Windows.Forms.DataGridView uxCountryRegionCurrencyDataGridView
return System.Windows.Forms.DataGridView

uxCountryRegionCurrencyErrorProvider protected_oe property

the errorprovider
protected System.Windows.Forms.ErrorProvider uxCountryRegionCurrencyErrorProvider
return System.Windows.Forms.ErrorProvider

uxCurrencyCodeDataGridViewColumn protected_oe property

the DGV column associated with the CurrencyCode property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxCurrencyCodeDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn

uxModifiedDateDataGridViewColumn protected_oe property

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