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

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

Protected Properties

Свойство Type Description
uxAvailabilityDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxCostRateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxLocationBindingSource System.Windows.Forms.BindingSource
uxLocationDataGridView System.Windows.Forms.DataGridView
uxLocationErrorProvider System.Windows.Forms.ErrorProvider
uxLocationIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

Méthodes publiques

Méthode Description
LocationDataGridViewBase ( )

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

OnLocationDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxLocationDataGridView control.

OnLocationDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxLocationDataGridView control.

OnLocationDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxLocationDataGridView control.

Private Methods

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

LocationDataGridViewBase() public méthode

Initializes a new instance of the LocationDataGridViewBase class.

OnCurrentEntityChanged() protected méthode

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

OnLocationDataGridViewCellValueNeeded() protected méthode

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

OnLocationDataGridViewCellValuePushed() protected méthode

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

OnLocationDataGridViewDataError() protected méthode

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

uxAvailabilityDataGridViewColumn protected_oe property

the DGV column associated with the Availability property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxAvailabilityDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxCostRateDataGridViewColumn protected_oe property

the DGV column associated with the CostRate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxCostRateDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxLocationBindingSource protected_oe property

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

uxLocationDataGridView protected_oe property

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

uxLocationErrorProvider protected_oe property

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

uxLocationIdDataGridViewColumn protected_oe property

the DGV column associated with the LocationId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxLocationIdDataGridViewColumn
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