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

Inheritance: System.Windows.Forms.UserControl
Exibir arquivo Open project: netTiers/netTiers

Protected Properties

Property Type Description
uxCountryRegionCodeDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxIsOnlyStateProvinceFlagDataGridViewColumn System.Windows.Forms.DataGridViewCheckBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxStateProvinceBindingSource System.Windows.Forms.BindingSource
uxStateProvinceCodeDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxStateProvinceDataGridView System.Windows.Forms.DataGridView
uxStateProvinceErrorProvider System.Windows.Forms.ErrorProvider
uxStateProvinceIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxTerritoryIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn

Private Properties

Property Type Description
OnStateProvinceBindingSourceCurrentItemChanged void

Public Methods

Method Description
StateProvinceDataGridViewBase ( )

Initializes a new instance of the StateProvinceDataGridViewBase class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnStateProvinceDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxStateProvinceDataGridView control.

OnStateProvinceDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxStateProvinceDataGridView control.

OnStateProvinceDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxStateProvinceDataGridView control.

Private Methods

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

Method Details

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

OnCurrentEntityChanged() protected method

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

OnStateProvinceDataGridViewCellValueNeeded() protected method

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

OnStateProvinceDataGridViewCellValuePushed() protected method

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

OnStateProvinceDataGridViewDataError() protected method

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

StateProvinceDataGridViewBase() public method

Initializes a new instance of the StateProvinceDataGridViewBase class.

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

uxIsOnlyStateProvinceFlagDataGridViewColumn protected_oe property

the DGV column associated with the IsOnlyStateProvinceFlag property
protected System.Windows.Forms.DataGridViewCheckBoxColumn uxIsOnlyStateProvinceFlagDataGridViewColumn
return System.Windows.Forms.DataGridViewCheckBoxColumn

uxModifiedDateDataGridViewColumn protected_oe property

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

uxNameDataGridViewColumn protected_oe property

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

uxRowguidDataGridViewColumn protected_oe property

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

uxStateProvinceBindingSource protected_oe property

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

uxStateProvinceCodeDataGridViewColumn protected_oe property

the DGV column associated with the StateProvinceCode property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxStateProvinceCodeDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxStateProvinceDataGridView protected_oe property

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

uxStateProvinceErrorProvider protected_oe property

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

uxStateProvinceIdDataGridViewColumn protected_oe property

the DGV column associated with the StateProvinceId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxStateProvinceIdDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxTerritoryIdDataGridViewColumn protected_oe property

the DGV column associated with the TerritoryId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxTerritoryIdDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn