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

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

Protected Properties

Свойство Type Description
uxContactIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxContactTypeIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxCustomerIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxStoreContactBindingSource System.Windows.Forms.BindingSource
uxStoreContactDataGridView System.Windows.Forms.DataGridView
uxStoreContactErrorProvider System.Windows.Forms.ErrorProvider

Private Properties

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

Méthodes publiques

Méthode Description
StoreContactDataGridViewBase ( )

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

OnStoreContactDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxStoreContactDataGridView control.

OnStoreContactDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxStoreContactDataGridView control.

OnStoreContactDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxStoreContactDataGridView control.

Private Methods

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

OnStoreContactDataGridViewCellValueNeeded() protected méthode

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

OnStoreContactDataGridViewCellValuePushed() protected méthode

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

OnStoreContactDataGridViewDataError() protected méthode

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

StoreContactDataGridViewBase() public méthode

Initializes a new instance of the StoreContactDataGridViewBase class.

Property Details

uxContactIdDataGridViewColumn protected_oe property

the DGV column associated with the ContactId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxContactIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewComboBoxColumn

uxContactTypeIdDataGridViewColumn protected_oe property

the DGV column associated with the ContactTypeId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxContactTypeIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewComboBoxColumn

uxCustomerIdDataGridViewColumn protected_oe property

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

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

uxStoreContactBindingSource protected_oe property

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

uxStoreContactDataGridView protected_oe property

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

uxStoreContactErrorProvider protected_oe property

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