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

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

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

Свойство Тип Описание
uxAccountNumberDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxActiveFlagDataGridViewColumn System.Windows.Forms.DataGridViewCheckBoxColumn
uxCreditRatingDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxPreferredVendorStatusDataGridViewColumn System.Windows.Forms.DataGridViewCheckBoxColumn
uxPurchasingWebServiceUrlDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxVendorBindingSource System.Windows.Forms.BindingSource
uxVendorDataGridView System.Windows.Forms.DataGridView
uxVendorErrorProvider System.Windows.Forms.ErrorProvider
uxVendorIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

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

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

Initializes a new instance of the VendorDataGridViewBase class.

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

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnVendorDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxVendorDataGridView control.

OnVendorDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxVendorDataGridView control.

OnVendorDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxVendorDataGridView control.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Initializes a new instance of the VendorDataGridViewBase class.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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