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

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

Protected Properties

Свойство Type Description
uxAccountNumberDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxCustomerBindingSource System.Windows.Forms.BindingSource
uxCustomerDataGridView System.Windows.Forms.DataGridView
uxCustomerErrorProvider System.Windows.Forms.ErrorProvider
uxCustomerIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxCustomerTypeDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxTerritoryIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn

Private Properties

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

Méthodes publiques

Méthode Description
CustomerDataGridViewBase ( )

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

OnCustomerDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxCustomerDataGridView control.

OnCustomerDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxCustomerDataGridView control.

OnCustomerDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxCustomerDataGridView control.

Private Methods

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

Method Details

CustomerDataGridViewBase() public méthode

Initializes a new instance of the CustomerDataGridViewBase class.

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

OnCustomerDataGridViewCellValueNeeded() protected méthode

Handles the CellValueNeeded event of the uxCustomerDataGridView control.
protected OnCustomerDataGridViewCellValueNeeded ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
Résultat void

OnCustomerDataGridViewCellValuePushed() protected méthode

Handles the CellValuePushed event of the uxCustomerDataGridView control.
protected OnCustomerDataGridViewCellValuePushed ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
Résultat void

OnCustomerDataGridViewDataError() protected méthode

Handles the DataError event of the uxCustomerDataGridView control.
protected OnCustomerDataGridViewDataError ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
Résultat void

Property Details

uxAccountNumberDataGridViewColumn protected_oe property

the DGV column associated with the AccountNumber property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxAccountNumberDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxCustomerBindingSource protected_oe property

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

uxCustomerDataGridView protected_oe property

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

uxCustomerErrorProvider protected_oe property

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

uxCustomerIdDataGridViewColumn protected_oe property

the DGV column associated with the CustomerId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxCustomerIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxCustomerTypeDataGridViewColumn protected_oe property

the DGV column associated with the CustomerType property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxCustomerTypeDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxModifiedDateDataGridViewColumn protected_oe property

the DGV column associated with the ModifiedDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxModifiedDateDataGridViewColumn
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

uxTerritoryIdDataGridViewColumn protected_oe property

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