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

Inheritance: System.Windows.Forms.UserControl
Mostra file Open project: netTiers/netTiers

Protected Properties

Property 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

Property Type Description
OnShipMethodBindingSourceCurrentItemChanged void

Public Methods

Method Description
ShipMethodDataGridViewBase ( )

Initializes a new instance of the ShipMethodDataGridViewBase class.

Protected Methods

Method 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

Method Description
OnShipMethodBindingSourceCurrentItemChanged ( object sender, System e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

OnCurrentEntityChanged() protected method

Raised the CurrentEntityChanged event.
protected OnCurrentEntityChanged ( ) : void
return void

OnShipMethodDataGridViewCellValueNeeded() protected method

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.
return void

OnShipMethodDataGridViewCellValuePushed() protected method

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.
return void

OnShipMethodDataGridViewDataError() protected method

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.
return void

ShipMethodDataGridViewBase() public method

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
return System.Windows.Forms.DataGridViewTextBoxColumn

uxNameDataGridViewColumn protected_oe property

the DGV column associated with the Name property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxNameDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxRowguidDataGridViewColumn protected_oe property

the DGV column associated with the Rowguid property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxRowguidDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxShipBaseDataGridViewColumn protected_oe property

the DGV column associated with the ShipBase property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxShipBaseDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxShipMethodBindingSource protected_oe property

the bindingsource
protected System.Windows.Forms.BindingSource uxShipMethodBindingSource
return System.Windows.Forms.BindingSource

uxShipMethodDataGridView protected_oe property

the datagridview instance
protected System.Windows.Forms.DataGridView uxShipMethodDataGridView
return System.Windows.Forms.DataGridView

uxShipMethodErrorProvider protected_oe property

the errorprovider
protected System.Windows.Forms.ErrorProvider uxShipMethodErrorProvider
return System.Windows.Forms.ErrorProvider

uxShipMethodIdDataGridViewColumn protected_oe property

the DGV column associated with the ShipMethodId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxShipMethodIdDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxShipRateDataGridViewColumn protected_oe property

the DGV column associated with the ShipRate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxShipRateDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn