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

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
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxShipBaseDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxShipMethodBindingSource System.Windows.Forms.BindingSource
uxShipMethodDataGridView System.Windows.Forms.DataGridView
uxShipMethodErrorProvider System.Windows.Forms.ErrorProvider
uxShipMethodIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxShipRateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

Méthodes publiques

Méthode Description
ShipMethodDataGridViewBase ( )

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

OnShipMethodDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxShipMethodDataGridView control.

OnShipMethodDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxShipMethodDataGridView control.

OnShipMethodDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxShipMethodDataGridView control.

Private Methods

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

OnShipMethodDataGridViewCellValueNeeded() protected méthode

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

OnShipMethodDataGridViewCellValuePushed() protected méthode

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

OnShipMethodDataGridViewDataError() protected méthode

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

ShipMethodDataGridViewBase() public méthode

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

uxRowguidDataGridViewColumn protected_oe property

the DGV column associated with the Rowguid property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxRowguidDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxShipBaseDataGridViewColumn protected_oe property

the DGV column associated with the ShipBase property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxShipBaseDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxShipMethodBindingSource protected_oe property

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

uxShipMethodDataGridView protected_oe property

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

uxShipMethodErrorProvider protected_oe property

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

uxShipMethodIdDataGridViewColumn protected_oe property

the DGV column associated with the ShipMethodId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxShipMethodIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxShipRateDataGridViewColumn protected_oe property

the DGV column associated with the ShipRate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxShipRateDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn