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

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

Protected Properties

Property Type Description
uxCultureBindingSource System.Windows.Forms.BindingSource
uxCultureDataGridView System.Windows.Forms.DataGridView
uxCultureErrorProvider System.Windows.Forms.ErrorProvider
uxCultureIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

Property Type Description
OnCultureBindingSourceCurrentItemChanged void

Public Methods

Method Description
CultureDataGridViewBase ( )

Initializes a new instance of the CultureDataGridViewBase class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCultureDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxCultureDataGridView control.

OnCultureDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxCultureDataGridView control.

OnCultureDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxCultureDataGridView control.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

Private Methods

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

Method Details

CultureDataGridViewBase() public method

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

OnCultureDataGridViewCellValueNeeded() protected method

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

OnCultureDataGridViewCellValuePushed() protected method

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

OnCultureDataGridViewDataError() protected method

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

OnCurrentEntityChanged() protected method

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

Property Details

uxCultureBindingSource protected property

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

uxCultureDataGridView protected property

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

uxCultureErrorProvider protected property

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

uxCultureIdDataGridViewColumn protected property

the DGV column associated with the CultureId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxCultureIdDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxModifiedDateDataGridViewColumn protected property

the DGV column associated with the ModifiedDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxModifiedDateDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxNameDataGridViewColumn protected property

the DGV column associated with the Name property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxNameDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn