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

Inheritance: System.Windows.Forms.UserControl
显示文件 Open project: netTiers/netTiers

Protected Properties

Property Type Description
uxCustomerIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxDemographicsDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSalesPersonIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxStoreBindingSource System.Windows.Forms.BindingSource
uxStoreDataGridView System.Windows.Forms.DataGridView
uxStoreErrorProvider System.Windows.Forms.ErrorProvider

Private Properties

Property Type Description
OnStoreBindingSourceCurrentItemChanged void

Public Methods

Method Description
StoreDataGridViewBase ( )

Initializes a new instance of the StoreDataGridViewBase class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnStoreDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxStoreDataGridView control.

OnStoreDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxStoreDataGridView control.

OnStoreDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxStoreDataGridView control.

Private Methods

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

OnStoreDataGridViewCellValueNeeded() protected method

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

OnStoreDataGridViewCellValuePushed() protected method

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

OnStoreDataGridViewDataError() protected method

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

StoreDataGridViewBase() public method

Initializes a new instance of the StoreDataGridViewBase class.

Property Details

uxCustomerIdDataGridViewColumn protected_oe property

the DGV column associated with the CustomerId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxCustomerIdDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn

uxDemographicsDataGridViewColumn protected_oe property

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

uxNameDataGridViewColumn protected_oe property

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

uxStoreBindingSource protected_oe property

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

uxStoreDataGridView protected_oe property

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

uxStoreErrorProvider protected_oe property

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