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

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

Protected Properties

Свойство Type Description
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxUnitMeasureBindingSource System.Windows.Forms.BindingSource
uxUnitMeasureCodeDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxUnitMeasureDataGridView System.Windows.Forms.DataGridView
uxUnitMeasureErrorProvider System.Windows.Forms.ErrorProvider

Private Properties

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

Méthodes publiques

Méthode Description
UnitMeasureDataGridViewBase ( )

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

OnUnitMeasureDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxUnitMeasureDataGridView control.

OnUnitMeasureDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxUnitMeasureDataGridView control.

OnUnitMeasureDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxUnitMeasureDataGridView control.

Private Methods

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

OnUnitMeasureDataGridViewCellValueNeeded() protected méthode

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

OnUnitMeasureDataGridViewCellValuePushed() protected méthode

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

OnUnitMeasureDataGridViewDataError() protected méthode

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

UnitMeasureDataGridViewBase() public méthode

Initializes a new instance of the UnitMeasureDataGridViewBase class.

Property Details

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

uxUnitMeasureBindingSource protected_oe property

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

uxUnitMeasureCodeDataGridViewColumn protected_oe property

the DGV column associated with the UnitMeasureCode property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxUnitMeasureCodeDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxUnitMeasureDataGridView protected_oe property

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

uxUnitMeasureErrorProvider protected_oe property

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