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

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

Protected Properties

Property Type Description
uxAddressIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxEmployeeAddressBindingSource System.Windows.Forms.BindingSource
uxEmployeeAddressDataGridView System.Windows.Forms.DataGridView
uxEmployeeAddressErrorProvider System.Windows.Forms.ErrorProvider
uxEmployeeIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

Property Type Description
OnEmployeeAddressBindingSourceCurrentItemChanged void

Public Methods

Method Description
EmployeeAddressDataGridViewBase ( )

Initializes a new instance of the EmployeeAddressDataGridViewBase class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnEmployeeAddressDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxEmployeeAddressDataGridView control.

OnEmployeeAddressDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxEmployeeAddressDataGridView control.

OnEmployeeAddressDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxEmployeeAddressDataGridView control.

Private Methods

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

EmployeeAddressDataGridViewBase() public method

Initializes a new instance of the EmployeeAddressDataGridViewBase class.

OnCurrentEntityChanged() protected method

Raised the CurrentEntityChanged event.
protected OnCurrentEntityChanged ( ) : void
return void

OnEmployeeAddressDataGridViewCellValueNeeded() protected method

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

OnEmployeeAddressDataGridViewCellValuePushed() protected method

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

OnEmployeeAddressDataGridViewDataError() protected method

Handles the DataError event of the uxEmployeeAddressDataGridView control.
protected OnEmployeeAddressDataGridViewDataError ( 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

uxEmployeeAddressBindingSource protected_oe property

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

uxEmployeeAddressDataGridView protected_oe property

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

uxEmployeeAddressErrorProvider protected_oe property

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

uxEmployeeIdDataGridViewColumn protected_oe property

the DGV column associated with the EmployeeId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxEmployeeIdDataGridViewColumn
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