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

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

Protected Properties

Свойство Type Description
uxCustomerIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxDemographicsDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSalesPersonIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxStoreBindingSource System.Windows.Forms.BindingSource
uxStoreDataGridView System.Windows.Forms.DataGridView
uxStoreErrorProvider System.Windows.Forms.ErrorProvider

Private Properties

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

Méthodes publiques

Méthode Description
StoreDataGridViewBase ( )

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

OnStoreDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxStoreDataGridView control.

OnStoreDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxStoreDataGridView control.

OnStoreDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxStoreDataGridView control.

Private Methods

Méthode Description
OnStoreBindingSourceCurrentItemChanged ( 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

OnStoreDataGridViewCellValueNeeded() protected méthode

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

OnStoreDataGridViewCellValuePushed() protected méthode

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

OnStoreDataGridViewDataError() protected méthode

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

StoreDataGridViewBase() public méthode

Initializes a new instance of the StoreDataGridViewBase class.

Property Details

uxCustomerIdDataGridViewColumn protected_oe property

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

uxDemographicsDataGridViewColumn protected_oe property

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

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

uxSalesPersonIdDataGridViewColumn protected_oe property

the DGV column associated with the SalesPersonId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxSalesPersonIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewComboBoxColumn

uxStoreBindingSource protected_oe property

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

uxStoreDataGridView protected_oe property

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

uxStoreErrorProvider protected_oe property

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