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

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

Protected Properties

Property Type Description
uxAddressIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxAddressTypeIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxCustomerAddressBindingSource System.Windows.Forms.BindingSource
uxCustomerAddressDataGridView System.Windows.Forms.DataGridView
uxCustomerAddressErrorProvider System.Windows.Forms.ErrorProvider
uxCustomerIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

Property Type Description
OnCustomerAddressBindingSourceCurrentItemChanged void

Public Methods

Method Description
CustomerAddressDataGridViewBase ( )

Initializes a new instance of the CustomerAddressDataGridViewBase class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnCustomerAddressDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxCustomerAddressDataGridView control.

OnCustomerAddressDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxCustomerAddressDataGridView control.

OnCustomerAddressDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxCustomerAddressDataGridView control.

Private Methods

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

Method Details

CustomerAddressDataGridViewBase() public method

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

OnCustomerAddressDataGridViewCellValueNeeded() protected method

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

OnCustomerAddressDataGridViewCellValuePushed() protected method

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

OnCustomerAddressDataGridViewDataError() protected method

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

Property Details

uxAddressIdDataGridViewColumn protected_oe property

the DGV column associated with the AddressId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxAddressIdDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn

uxAddressTypeIdDataGridViewColumn protected_oe property

the DGV column associated with the AddressTypeId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxAddressTypeIdDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn

uxCustomerAddressBindingSource protected_oe property

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

uxCustomerAddressDataGridView protected_oe property

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

uxCustomerAddressErrorProvider protected_oe property

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

uxCustomerIdDataGridViewColumn protected_oe property

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

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