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

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

Protected Properties

Свойство Type Description
uxNullFkeyChildBindingSource System.Windows.Forms.BindingSource
uxNullFkeyChildDataGridView System.Windows.Forms.DataGridView
uxNullFkeyChildErrorProvider System.Windows.Forms.ErrorProvider
uxNullFkeyChildIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxNullFkeyParentIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxSomeTextDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

Méthodes publiques

Méthode Description
NullFkeyChildDataGridViewBase ( )

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

OnNullFkeyChildDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxNullFkeyChildDataGridView control.

OnNullFkeyChildDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxNullFkeyChildDataGridView control.

OnNullFkeyChildDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxNullFkeyChildDataGridView control.

Private Methods

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

NullFkeyChildDataGridViewBase() public méthode

Initializes a new instance of the NullFkeyChildDataGridViewBase class.

OnCurrentEntityChanged() protected méthode

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

OnNullFkeyChildDataGridViewCellValueNeeded() protected méthode

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

OnNullFkeyChildDataGridViewCellValuePushed() protected méthode

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

OnNullFkeyChildDataGridViewDataError() protected méthode

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

uxNullFkeyChildBindingSource protected_oe property

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

uxNullFkeyChildDataGridView protected_oe property

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

uxNullFkeyChildErrorProvider protected_oe property

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

uxNullFkeyChildIdDataGridViewColumn protected_oe property

the DGV column associated with the NullFkeyChildId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxNullFkeyChildIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxNullFkeyParentIdDataGridViewColumn protected_oe property

the DGV column associated with the NullFkeyParentId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxNullFkeyParentIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewComboBoxColumn

uxSomeTextDataGridViewColumn protected_oe property

the DGV column associated with the SomeText property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSomeTextDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn