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

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

Protected Properties

Property Type Description
uxAccountNumberDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxCustomerBindingSource System.Windows.Forms.BindingSource
uxCustomerDataGridView System.Windows.Forms.DataGridView
uxCustomerErrorProvider System.Windows.Forms.ErrorProvider
uxCustomerIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxCustomerTypeDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxTerritoryIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn

Private Properties

Property Type Description
OnCustomerBindingSourceCurrentItemChanged void

Public Methods

Method Description
CustomerDataGridViewBase ( )

Initializes a new instance of the CustomerDataGridViewBase class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnCustomerDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxCustomerDataGridView control.

OnCustomerDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxCustomerDataGridView control.

OnCustomerDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxCustomerDataGridView control.

Private Methods

Method Description
OnCustomerBindingSourceCurrentItemChanged ( object sender, System e ) : void

Method Details

CustomerDataGridViewBase() public method

Initializes a new instance of the CustomerDataGridViewBase class.

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

OnCustomerDataGridViewCellValueNeeded() protected method

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

OnCustomerDataGridViewCellValuePushed() protected method

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

OnCustomerDataGridViewDataError() protected method

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

Property Details

uxAccountNumberDataGridViewColumn protected_oe property

the DGV column associated with the AccountNumber property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxAccountNumberDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxCustomerBindingSource protected_oe property

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

uxCustomerDataGridView protected_oe property

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

uxCustomerErrorProvider protected_oe property

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

uxCustomerIdDataGridViewColumn protected_oe property

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

uxCustomerTypeDataGridViewColumn protected_oe property

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

uxTerritoryIdDataGridViewColumn protected_oe property

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