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

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

Protected Properties

Свойство Type Description
uxContactCreditCardBindingSource System.Windows.Forms.BindingSource
uxContactCreditCardDataGridView System.Windows.Forms.DataGridView
uxContactCreditCardErrorProvider System.Windows.Forms.ErrorProvider
uxContactIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxCreditCardIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

Méthodes publiques

Méthode Description
ContactCreditCardDataGridViewBase ( )

Initializes a new instance of the ContactCreditCardDataGridViewBase class.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnContactCreditCardDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxContactCreditCardDataGridView control.

OnContactCreditCardDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxContactCreditCardDataGridView control.

OnContactCreditCardDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxContactCreditCardDataGridView control.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

Private Methods

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

Method Details

ContactCreditCardDataGridViewBase() public méthode

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

OnContactCreditCardDataGridViewCellValueNeeded() protected méthode

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

OnContactCreditCardDataGridViewCellValuePushed() protected méthode

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

OnContactCreditCardDataGridViewDataError() protected méthode

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

OnCurrentEntityChanged() protected méthode

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

Property Details

uxContactCreditCardBindingSource protected_oe property

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

uxContactCreditCardDataGridView protected_oe property

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

uxContactCreditCardErrorProvider protected_oe property

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

uxContactIdDataGridViewColumn protected_oe property

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

uxCreditCardIdDataGridViewColumn protected_oe property

the DGV column associated with the CreditCardId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxCreditCardIdDataGridViewColumn
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