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

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

Protected Properties

Property Type Description
uxIllustrationIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxProductModelIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxProductModelIllustrationBindingSource System.Windows.Forms.BindingSource
uxProductModelIllustrationDataGridView System.Windows.Forms.DataGridView
uxProductModelIllustrationErrorProvider System.Windows.Forms.ErrorProvider

Private Properties

Property Type Description
OnProductModelIllustrationBindingSourceCurrentItemChanged void

Public Methods

Method Description
ProductModelIllustrationDataGridViewBase ( )

Initializes a new instance of the ProductModelIllustrationDataGridViewBase class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnProductModelIllustrationDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxProductModelIllustrationDataGridView control.

OnProductModelIllustrationDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxProductModelIllustrationDataGridView control.

OnProductModelIllustrationDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxProductModelIllustrationDataGridView control.

Private Methods

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

OnProductModelIllustrationDataGridViewCellValueNeeded() protected method

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

OnProductModelIllustrationDataGridViewCellValuePushed() protected method

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

OnProductModelIllustrationDataGridViewDataError() protected method

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

ProductModelIllustrationDataGridViewBase() public method

Initializes a new instance of the ProductModelIllustrationDataGridViewBase class.

Property Details

uxIllustrationIdDataGridViewColumn protected_oe property

the DGV column associated with the IllustrationId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxIllustrationIdDataGridViewColumn
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

uxProductModelIdDataGridViewColumn protected_oe property

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

uxProductModelIllustrationBindingSource protected_oe property

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

uxProductModelIllustrationDataGridView protected_oe property

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

uxProductModelIllustrationErrorProvider protected_oe property

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