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

Inheritance: System.Windows.Forms.UserControl
Mostrar archivo Open project: netTiers/netTiers

Protected Properties

Property Type Description
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxQuotaDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSalesPersonIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxSalesPersonQuotaHistoryBindingSource System.Windows.Forms.BindingSource
uxSalesPersonQuotaHistoryDataGridView System.Windows.Forms.DataGridView
uxSalesPersonQuotaHistoryErrorProvider System.Windows.Forms.ErrorProvider
uxSalesQuotaDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

Property Type Description
OnSalesPersonQuotaHistoryBindingSourceCurrentItemChanged void

Public Methods

Method Description
SalesPersonQuotaHistoryDataGridViewBase ( )

Initializes a new instance of the SalesPersonQuotaHistoryDataGridViewBase class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnSalesPersonQuotaHistoryDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxSalesPersonQuotaHistoryDataGridView control.

OnSalesPersonQuotaHistoryDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxSalesPersonQuotaHistoryDataGridView control.

OnSalesPersonQuotaHistoryDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxSalesPersonQuotaHistoryDataGridView control.

Private Methods

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

OnSalesPersonQuotaHistoryDataGridViewCellValueNeeded() protected method

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

OnSalesPersonQuotaHistoryDataGridViewCellValuePushed() protected method

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

OnSalesPersonQuotaHistoryDataGridViewDataError() protected method

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

SalesPersonQuotaHistoryDataGridViewBase() public method

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

uxQuotaDateDataGridViewColumn protected_oe property

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

uxSalesPersonIdDataGridViewColumn protected_oe property

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

uxSalesPersonQuotaHistoryBindingSource protected_oe property

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

uxSalesPersonQuotaHistoryDataGridView protected_oe property

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

uxSalesPersonQuotaHistoryErrorProvider protected_oe property

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

uxSalesQuotaDataGridViewColumn protected_oe property

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