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

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

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

Свойство Тип Описание
uxAdditionalContactInfoDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxContactBindingSource System.Windows.Forms.BindingSource
uxContactDataGridView System.Windows.Forms.DataGridView
uxContactErrorProvider System.Windows.Forms.ErrorProvider
uxContactIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxEmailAddressDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxEmailPromotionDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxFirstNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxLastNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxMiddleNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxNameStyleDataGridViewColumn System.Windows.Forms.DataGridViewCheckBoxColumn
uxPasswordHashDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxPasswordSaltDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxPhoneDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSuffixDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxTitleDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

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

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

Initializes a new instance of the ContactDataGridViewBase class.

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

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnContactDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxContactDataGridView control.

OnContactDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxContactDataGridView control.

OnContactDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxContactDataGridView control.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

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

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

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

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

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

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

Handles the CellValueNeeded event of the uxContactDataGridView control.
protected OnContactDataGridViewCellValueNeeded ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
Результат void

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

Handles the CellValuePushed event of the uxContactDataGridView control.
protected OnContactDataGridViewCellValuePushed ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
Результат void

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

the DGV column associated with the NameStyle property
protected System.Windows.Forms.DataGridViewCheckBoxColumn uxNameStyleDataGridViewColumn
Результат System.Windows.Forms.DataGridViewCheckBoxColumn

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

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

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

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

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

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

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

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

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

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

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

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