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

Inheritance: System.Windows.Forms.UserControl
ファイルを表示 Open project: netTiers/netTiers

Protected Properties

Property Type Description
uxCurrencyBindingSource System.Windows.Forms.BindingSource
uxCurrencyCodeDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxCurrencyDataGridView System.Windows.Forms.DataGridView
uxCurrencyErrorProvider System.Windows.Forms.ErrorProvider
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

Property Type Description
OnCurrencyBindingSourceCurrentItemChanged void

Public Methods

Method Description
CurrencyDataGridViewBase ( )

Initializes a new instance of the CurrencyDataGridViewBase class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCurrencyDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxCurrencyDataGridView control.

OnCurrencyDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxCurrencyDataGridView control.

OnCurrencyDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxCurrencyDataGridView control.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

Private Methods

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

Method Details

CurrencyDataGridViewBase() public method

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

OnCurrencyDataGridViewCellValueNeeded() protected method

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

OnCurrencyDataGridViewCellValuePushed() protected method

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

OnCurrencyDataGridViewDataError() protected method

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

uxCurrencyBindingSource protected_oe property

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

uxCurrencyCodeDataGridViewColumn protected_oe property

the DGV column associated with the CurrencyCode property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxCurrencyCodeDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxCurrencyDataGridView protected_oe property

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

uxCurrencyErrorProvider protected_oe property

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

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