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

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

Protected Properties

Свойство Type Description
uxDepartmentBindingSource System.Windows.Forms.BindingSource
uxDepartmentDataGridView System.Windows.Forms.DataGridView
uxDepartmentErrorProvider System.Windows.Forms.ErrorProvider
uxDepartmentIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxGroupNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

Méthodes publiques

Méthode Description
DepartmentDataGridViewBase ( )

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

OnDepartmentDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxDepartmentDataGridView control.

OnDepartmentDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxDepartmentDataGridView control.

OnDepartmentDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxDepartmentDataGridView control.

Private Methods

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

Method Details

DepartmentDataGridViewBase() public méthode

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

OnCurrentEntityChanged() protected méthode

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

OnDepartmentDataGridViewCellValueNeeded() protected méthode

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

OnDepartmentDataGridViewCellValuePushed() protected méthode

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

OnDepartmentDataGridViewDataError() protected méthode

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

uxDepartmentBindingSource protected_oe property

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

uxDepartmentDataGridView protected_oe property

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

uxDepartmentErrorProvider protected_oe property

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

uxDepartmentIdDataGridViewColumn protected_oe property

the DGV column associated with the DepartmentId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDepartmentIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxGroupNameDataGridViewColumn protected_oe property

the DGV column associated with the GroupName property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxGroupNameDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

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