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

Inheritance: System.Windows.Forms.UserControl
Show file Open project: netTiers/netTiers

Protected Properties

Property Type Description
uxCountryRegionBindingSource System.Windows.Forms.BindingSource
uxCountryRegionCodeDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxCountryRegionDataGridView System.Windows.Forms.DataGridView
uxCountryRegionErrorProvider System.Windows.Forms.ErrorProvider
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

Property Type Description
OnCountryRegionBindingSourceCurrentItemChanged void

Public Methods

Method Description
CountryRegionDataGridViewBase ( )

Initializes a new instance of the CountryRegionDataGridViewBase class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCountryRegionDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxCountryRegionDataGridView control.

OnCountryRegionDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxCountryRegionDataGridView control.

OnCountryRegionDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxCountryRegionDataGridView control.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

Private Methods

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

Method Details

CountryRegionDataGridViewBase() public method

Initializes a new instance of the CountryRegionDataGridViewBase 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

OnCountryRegionDataGridViewCellValueNeeded() protected method

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

OnCountryRegionDataGridViewCellValuePushed() protected method

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

OnCountryRegionDataGridViewDataError() protected method

Handles the DataError event of the uxCountryRegionDataGridView control.
protected OnCountryRegionDataGridViewDataError ( 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

uxCountryRegionBindingSource protected property

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

uxCountryRegionCodeDataGridViewColumn protected property

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

uxCountryRegionDataGridView protected property

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

uxCountryRegionErrorProvider protected property

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

uxModifiedDateDataGridViewColumn protected property

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

uxNameDataGridViewColumn protected property

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