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

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
uxScrapReasonBindingSource System.Windows.Forms.BindingSource
uxScrapReasonDataGridView System.Windows.Forms.DataGridView
uxScrapReasonErrorProvider System.Windows.Forms.ErrorProvider
uxScrapReasonIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

Property Type Description
OnScrapReasonBindingSourceCurrentItemChanged void

Public Methods

Method Description
ScrapReasonDataGridViewBase ( )

Initializes a new instance of the ScrapReasonDataGridViewBase class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnScrapReasonDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxScrapReasonDataGridView control.

OnScrapReasonDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxScrapReasonDataGridView control.

OnScrapReasonDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxScrapReasonDataGridView control.

Private Methods

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

OnScrapReasonDataGridViewCellValueNeeded() protected method

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

OnScrapReasonDataGridViewCellValuePushed() protected method

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

OnScrapReasonDataGridViewDataError() protected method

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

ScrapReasonDataGridViewBase() public method

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

uxScrapReasonBindingSource protected_oe property

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

uxScrapReasonDataGridView protected_oe property

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

uxScrapReasonErrorProvider protected_oe property

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

uxScrapReasonIdDataGridViewColumn protected_oe property

the DGV column associated with the ScrapReasonId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxScrapReasonIdDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn