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

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

Protected Properties

Property Type Description
uxCardNumberDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxCardTypeDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxCreditCardBindingSource System.Windows.Forms.BindingSource
uxCreditCardDataGridView System.Windows.Forms.DataGridView
uxCreditCardErrorProvider System.Windows.Forms.ErrorProvider
uxCreditCardIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxExpMonthDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxExpYearDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

Property Type Description
OnCreditCardBindingSourceCurrentItemChanged void

Public Methods

Method Description
CreditCardDataGridViewBase ( )

Initializes a new instance of the CreditCardDataGridViewBase class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCreditCardDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxCreditCardDataGridView control.

OnCreditCardDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxCreditCardDataGridView control.

OnCreditCardDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxCreditCardDataGridView control.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

Private Methods

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

Method Details

CreditCardDataGridViewBase() public method

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

OnCreditCardDataGridViewCellValueNeeded() protected method

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

OnCreditCardDataGridViewCellValuePushed() protected method

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

OnCreditCardDataGridViewDataError() protected method

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

uxCardNumberDataGridViewColumn protected_oe property

the DGV column associated with the CardNumber property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxCardNumberDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxCardTypeDataGridViewColumn protected_oe property

the DGV column associated with the CardType property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxCardTypeDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxCreditCardBindingSource protected_oe property

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

uxCreditCardDataGridView protected_oe property

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

uxCreditCardErrorProvider protected_oe property

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

uxCreditCardIdDataGridViewColumn protected_oe property

the DGV column associated with the CreditCardId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxCreditCardIdDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxExpMonthDataGridViewColumn protected_oe property

the DGV column associated with the ExpMonth property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxExpMonthDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxExpYearDataGridViewColumn protected_oe property

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