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

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: netTiers/netTiers

Protected Properties

Свойство 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

Свойство Type Description
OnStateProvinceBindingSourceCurrentItemChanged void

Méthodes publiques

Méthode Description
StateProvinceDataGridViewBase ( )

Initializes a new instance of the StateProvinceDataGridViewBase class.

Méthodes protégées

Méthode 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

Méthode Description
OnStateProvinceBindingSourceCurrentItemChanged ( object sender, System e ) : void

Method Details

Dispose() protected méthode

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

OnCurrentEntityChanged() protected méthode

Raised the CurrentEntityChanged event.
protected OnCurrentEntityChanged ( ) : void
Résultat void

OnStateProvinceDataGridViewCellValueNeeded() protected méthode

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.
Résultat void

OnStateProvinceDataGridViewCellValuePushed() protected méthode

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.
Résultat void

OnStateProvinceDataGridViewDataError() protected méthode

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.
Résultat void

StateProvinceDataGridViewBase() public méthode

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
Résultat System.Windows.Forms.DataGridViewComboBoxColumn

uxIsOnlyStateProvinceFlagDataGridViewColumn protected_oe property

the DGV column associated with the IsOnlyStateProvinceFlag property
protected System.Windows.Forms.DataGridViewCheckBoxColumn uxIsOnlyStateProvinceFlagDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewCheckBoxColumn

uxModifiedDateDataGridViewColumn protected_oe property

the DGV column associated with the ModifiedDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxModifiedDateDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxNameDataGridViewColumn protected_oe property

the DGV column associated with the Name property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxNameDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxRowguidDataGridViewColumn protected_oe property

the DGV column associated with the Rowguid property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxRowguidDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxStateProvinceBindingSource protected_oe property

the bindingsource
protected System.Windows.Forms.BindingSource uxStateProvinceBindingSource
Résultat System.Windows.Forms.BindingSource

uxStateProvinceCodeDataGridViewColumn protected_oe property

the DGV column associated with the StateProvinceCode property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxStateProvinceCodeDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxStateProvinceDataGridView protected_oe property

the datagridview instance
protected System.Windows.Forms.DataGridView uxStateProvinceDataGridView
Résultat System.Windows.Forms.DataGridView

uxStateProvinceErrorProvider protected_oe property

the errorprovider
protected System.Windows.Forms.ErrorProvider uxStateProvinceErrorProvider
Résultat System.Windows.Forms.ErrorProvider

uxStateProvinceIdDataGridViewColumn protected_oe property

the DGV column associated with the StateProvinceId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxStateProvinceIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxTerritoryIdDataGridViewColumn protected_oe property

the DGV column associated with the TerritoryId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxTerritoryIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewComboBoxColumn