C# Класс Nettiers.AdventureWorks.Windows.Forms.CreditCardDataGridViewBase

Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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

Свойство Тип Описание
OnCreditCardBindingSourceCurrentItemChanged void

Открытые методы

Метод Описание
CreditCardDataGridViewBase ( )

Initializes a new instance of the CreditCardDataGridViewBase class.

Защищенные методы

Метод Описание
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.

Приватные методы

Метод Описание
OnCreditCardBindingSourceCurrentItemChanged ( object sender, System e ) : void

Описание методов

CreditCardDataGridViewBase() публичный Метод

Initializes a new instance of the CreditCardDataGridViewBase class.

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

OnCreditCardDataGridViewCellValueNeeded() защищенный Метод

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.
Результат void

OnCreditCardDataGridViewCellValuePushed() защищенный Метод

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.
Результат void

OnCreditCardDataGridViewDataError() защищенный Метод

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.
Результат void

OnCurrentEntityChanged() защищенный Метод

Raised the CurrentEntityChanged event.
protected OnCurrentEntityChanged ( ) : void
Результат void

Описание свойств

uxCardNumberDataGridViewColumn защищенное свойство

the DGV column associated with the CardNumber property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxCardNumberDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxCardTypeDataGridViewColumn защищенное свойство

the DGV column associated with the CardType property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxCardTypeDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxCreditCardBindingSource защищенное свойство

the bindingsource
protected System.Windows.Forms.BindingSource uxCreditCardBindingSource
Результат System.Windows.Forms.BindingSource

uxCreditCardDataGridView защищенное свойство

the datagridview instance
protected System.Windows.Forms.DataGridView uxCreditCardDataGridView
Результат System.Windows.Forms.DataGridView

uxCreditCardErrorProvider защищенное свойство

the errorprovider
protected System.Windows.Forms.ErrorProvider uxCreditCardErrorProvider
Результат System.Windows.Forms.ErrorProvider

uxCreditCardIdDataGridViewColumn защищенное свойство

the DGV column associated with the CreditCardId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxCreditCardIdDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxExpMonthDataGridViewColumn защищенное свойство

the DGV column associated with the ExpMonth property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxExpMonthDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxExpYearDataGridViewColumn защищенное свойство

the DGV column associated with the ExpYear property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxExpYearDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxModifiedDateDataGridViewColumn защищенное свойство

the DGV column associated with the ModifiedDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxModifiedDateDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn