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

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

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

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

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

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

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

Initializes a new instance of the ContactCreditCardDataGridViewBase class.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

the DGV column associated with the ContactId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxContactIdDataGridViewColumn
Результат System.Windows.Forms.DataGridViewComboBoxColumn

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

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

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

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