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

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

Protected Properties

Property Type Description
uxBonusDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxCommissionPctDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSalesLastYearDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSalesPersonBindingSource System.Windows.Forms.BindingSource
uxSalesPersonDataGridView System.Windows.Forms.DataGridView
uxSalesPersonErrorProvider System.Windows.Forms.ErrorProvider
uxSalesPersonIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxSalesQuotaDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSalesYtdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxTerritoryIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn

Private Properties

Property Type Description
OnSalesPersonBindingSourceCurrentItemChanged void

Public Methods

Method Description
SalesPersonDataGridViewBase ( )

Initializes a new instance of the SalesPersonDataGridViewBase class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnSalesPersonDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxSalesPersonDataGridView control.

OnSalesPersonDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxSalesPersonDataGridView control.

OnSalesPersonDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxSalesPersonDataGridView control.

Private Methods

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

OnSalesPersonDataGridViewCellValueNeeded() protected method

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

OnSalesPersonDataGridViewCellValuePushed() protected method

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

OnSalesPersonDataGridViewDataError() protected method

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

SalesPersonDataGridViewBase() public method

Initializes a new instance of the SalesPersonDataGridViewBase class.

Property Details

uxBonusDataGridViewColumn protected_oe property

the DGV column associated with the Bonus property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxBonusDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxCommissionPctDataGridViewColumn protected_oe property

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

uxRowguidDataGridViewColumn protected_oe property

the DGV column associated with the Rowguid property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxRowguidDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxSalesLastYearDataGridViewColumn protected_oe property

the DGV column associated with the SalesLastYear property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSalesLastYearDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxSalesPersonBindingSource protected_oe property

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

uxSalesPersonDataGridView protected_oe property

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

uxSalesPersonErrorProvider protected_oe property

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

uxSalesPersonIdDataGridViewColumn protected_oe property

the DGV column associated with the SalesPersonId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxSalesPersonIdDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn

uxSalesQuotaDataGridViewColumn protected_oe property

the DGV column associated with the SalesQuota property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSalesQuotaDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxSalesYtdDataGridViewColumn protected_oe property

the DGV column associated with the SalesYtd property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSalesYtdDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxTerritoryIdDataGridViewColumn protected_oe property

the DGV column associated with the TerritoryId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxTerritoryIdDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn