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

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

Protected Properties

Свойство Type Description
uxContactIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxCustomerIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxDemographicsDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxIndividualBindingSource System.Windows.Forms.BindingSource
uxIndividualDataGridView System.Windows.Forms.DataGridView
uxIndividualErrorProvider System.Windows.Forms.ErrorProvider
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

Méthodes publiques

Méthode Description
IndividualDataGridViewBase ( )

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

OnIndividualDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxIndividualDataGridView control.

OnIndividualDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxIndividualDataGridView control.

OnIndividualDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxIndividualDataGridView control.

Private Methods

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

IndividualDataGridViewBase() public méthode

Initializes a new instance of the IndividualDataGridViewBase class.

OnCurrentEntityChanged() protected méthode

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

OnIndividualDataGridViewCellValueNeeded() protected méthode

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

OnIndividualDataGridViewCellValuePushed() protected méthode

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

OnIndividualDataGridViewDataError() protected méthode

Handles the DataError event of the uxIndividualDataGridView control.
protected OnIndividualDataGridViewDataError ( 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

uxContactIdDataGridViewColumn protected_oe property

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

uxDemographicsDataGridViewColumn protected_oe property

the DGV column associated with the Demographics property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDemographicsDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxIndividualBindingSource protected_oe property

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

uxIndividualDataGridView protected_oe property

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

uxIndividualErrorProvider protected_oe property

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

uxModifiedDateDataGridViewColumn protected_oe property

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