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

Inheritance: System.Windows.Forms.UserControl
显示文件 Open project: netTiers/netTiers

Protected Properties

Property Type Description
uxCultureIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxProductDescriptionIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxProductModelIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxProductModelProductDescriptionCultureBindingSource System.Windows.Forms.BindingSource
uxProductModelProductDescriptionCultureDataGridView System.Windows.Forms.DataGridView
uxProductModelProductDescriptionCultureErrorProvider System.Windows.Forms.ErrorProvider

Private Properties

Property Type Description
OnProductModelProductDescriptionCultureBindingSourceCurrentItemChanged void

Public Methods

Method Description
ProductModelProductDescriptionCultureDataGridViewBase ( )

Initializes a new instance of the ProductModelProductDescriptionCultureDataGridViewBase class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnProductModelProductDescriptionCultureDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxProductModelProductDescriptionCultureDataGridView control.

OnProductModelProductDescriptionCultureDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxProductModelProductDescriptionCultureDataGridView control.

OnProductModelProductDescriptionCultureDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxProductModelProductDescriptionCultureDataGridView control.

Private Methods

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

OnProductModelProductDescriptionCultureDataGridViewCellValueNeeded() protected method

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

OnProductModelProductDescriptionCultureDataGridViewCellValuePushed() protected method

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

OnProductModelProductDescriptionCultureDataGridViewDataError() protected method

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

ProductModelProductDescriptionCultureDataGridViewBase() public method

Initializes a new instance of the ProductModelProductDescriptionCultureDataGridViewBase class.

Property Details

uxCultureIdDataGridViewColumn protected_oe property

the DGV column associated with the CultureId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxCultureIdDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn

uxModifiedDateDataGridViewColumn protected_oe property

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

uxProductDescriptionIdDataGridViewColumn protected_oe property

the DGV column associated with the ProductDescriptionId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxProductDescriptionIdDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn

uxProductModelIdDataGridViewColumn protected_oe property

the DGV column associated with the ProductModelId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxProductModelIdDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn

uxProductModelProductDescriptionCultureBindingSource protected_oe property

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

uxProductModelProductDescriptionCultureDataGridView protected_oe property

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

uxProductModelProductDescriptionCultureErrorProvider protected_oe property

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