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

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

Protected Properties

Property Type Description
uxDepartmentBindingSource System.Windows.Forms.BindingSource
uxDepartmentDataGridView System.Windows.Forms.DataGridView
uxDepartmentErrorProvider System.Windows.Forms.ErrorProvider
uxDepartmentIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxGroupNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

Property Type Description
OnDepartmentBindingSourceCurrentItemChanged void

Public Methods

Method Description
DepartmentDataGridViewBase ( )

Initializes a new instance of the DepartmentDataGridViewBase class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnDepartmentDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxDepartmentDataGridView control.

OnDepartmentDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxDepartmentDataGridView control.

OnDepartmentDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxDepartmentDataGridView control.

Private Methods

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

Method Details

DepartmentDataGridViewBase() public method

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

OnDepartmentDataGridViewCellValueNeeded() protected method

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

OnDepartmentDataGridViewCellValuePushed() protected method

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

OnDepartmentDataGridViewDataError() protected method

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

Property Details

uxDepartmentBindingSource protected_oe property

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

uxDepartmentDataGridView protected_oe property

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

uxDepartmentErrorProvider protected_oe property

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

uxDepartmentIdDataGridViewColumn protected_oe property

the DGV column associated with the DepartmentId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDepartmentIdDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxGroupNameDataGridViewColumn protected_oe property

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