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

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

Protected Properties

Property Type Description
uxContactCreditCardBindingSource System.Windows.Forms.BindingSource
uxContactCreditCardDataGridView System.Windows.Forms.DataGridView
uxContactCreditCardErrorProvider System.Windows.Forms.ErrorProvider
uxContactIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxCreditCardIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

Property Type Description
OnContactCreditCardBindingSourceCurrentItemChanged void

Public Methods

Method Description
ContactCreditCardDataGridViewBase ( )

Initializes a new instance of the ContactCreditCardDataGridViewBase class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnContactCreditCardDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxContactCreditCardDataGridView control.

OnContactCreditCardDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxContactCreditCardDataGridView control.

OnContactCreditCardDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxContactCreditCardDataGridView control.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

Private Methods

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

Method Details

ContactCreditCardDataGridViewBase() public method

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

OnContactCreditCardDataGridViewCellValueNeeded() protected method

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

OnContactCreditCardDataGridViewCellValuePushed() protected method

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

OnContactCreditCardDataGridViewDataError() protected method

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

uxContactCreditCardBindingSource protected property

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

uxContactCreditCardDataGridView protected property

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

uxContactCreditCardErrorProvider protected property

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

uxContactIdDataGridViewColumn protected property

the DGV column associated with the ContactId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxContactIdDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn

uxCreditCardIdDataGridViewColumn protected property

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

uxModifiedDateDataGridViewColumn protected property

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