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

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

Protected Properties

Property Type Description
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSalesOrderHeaderSalesReasonBindingSource System.Windows.Forms.BindingSource
uxSalesOrderHeaderSalesReasonDataGridView System.Windows.Forms.DataGridView
uxSalesOrderHeaderSalesReasonErrorProvider System.Windows.Forms.ErrorProvider
uxSalesOrderIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxSalesReasonIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn

Private Properties

Property Type Description
OnSalesOrderHeaderSalesReasonBindingSourceCurrentItemChanged void

Public Methods

Method Description
SalesOrderHeaderSalesReasonDataGridViewBase ( )

Initializes a new instance of the SalesOrderHeaderSalesReasonDataGridViewBase class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnSalesOrderHeaderSalesReasonDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxSalesOrderHeaderSalesReasonDataGridView control.

OnSalesOrderHeaderSalesReasonDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxSalesOrderHeaderSalesReasonDataGridView control.

OnSalesOrderHeaderSalesReasonDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxSalesOrderHeaderSalesReasonDataGridView control.

Private Methods

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

OnSalesOrderHeaderSalesReasonDataGridViewCellValueNeeded() protected method

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

OnSalesOrderHeaderSalesReasonDataGridViewCellValuePushed() protected method

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

OnSalesOrderHeaderSalesReasonDataGridViewDataError() protected method

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

SalesOrderHeaderSalesReasonDataGridViewBase() public method

Initializes a new instance of the SalesOrderHeaderSalesReasonDataGridViewBase class.

Property Details

uxModifiedDateDataGridViewColumn protected property

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

uxSalesOrderHeaderSalesReasonBindingSource protected property

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

uxSalesOrderHeaderSalesReasonDataGridView protected property

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

uxSalesOrderHeaderSalesReasonErrorProvider protected property

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

uxSalesOrderIdDataGridViewColumn protected property

the DGV column associated with the SalesOrderId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxSalesOrderIdDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn

uxSalesReasonIdDataGridViewColumn protected property

the DGV column associated with the SalesReasonId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxSalesReasonIdDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn