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

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

Protected Properties

Property Type Description
uxDescriptionDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxProductDescriptionBindingSource System.Windows.Forms.BindingSource
uxProductDescriptionDataGridView System.Windows.Forms.DataGridView
uxProductDescriptionErrorProvider System.Windows.Forms.ErrorProvider
uxProductDescriptionIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

Property Type Description
OnProductDescriptionBindingSourceCurrentItemChanged void

Public Methods

Method Description
ProductDescriptionDataGridViewBase ( )

Initializes a new instance of the ProductDescriptionDataGridViewBase class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnProductDescriptionDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxProductDescriptionDataGridView control.

OnProductDescriptionDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxProductDescriptionDataGridView control.

OnProductDescriptionDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxProductDescriptionDataGridView control.

Private Methods

Method Description
OnProductDescriptionBindingSourceCurrentItemChanged ( 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

OnProductDescriptionDataGridViewCellValueNeeded() protected method

Handles the CellValueNeeded event of the uxProductDescriptionDataGridView control.
protected OnProductDescriptionDataGridViewCellValueNeeded ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
return void

OnProductDescriptionDataGridViewCellValuePushed() protected method

Handles the CellValuePushed event of the uxProductDescriptionDataGridView control.
protected OnProductDescriptionDataGridViewCellValuePushed ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
return void

OnProductDescriptionDataGridViewDataError() protected method

Handles the DataError event of the uxProductDescriptionDataGridView control.
protected OnProductDescriptionDataGridViewDataError ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
return void

ProductDescriptionDataGridViewBase() public method

Initializes a new instance of the ProductDescriptionDataGridViewBase class.

Property Details

uxDescriptionDataGridViewColumn protected_oe property

the DGV column associated with the Description property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDescriptionDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxModifiedDateDataGridViewColumn protected_oe property

the DGV column associated with the ModifiedDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxModifiedDateDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxProductDescriptionBindingSource protected_oe property

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

uxProductDescriptionDataGridView protected_oe property

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

uxProductDescriptionErrorProvider protected_oe property

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

uxProductDescriptionIdDataGridViewColumn protected_oe property

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