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

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

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

Свойство Тип Описание
uxActualCostDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxProductIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxQuantityDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxReferenceOrderIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxReferenceOrderLineIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxTransactionDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxTransactionHistoryArchiveBindingSource System.Windows.Forms.BindingSource
uxTransactionHistoryArchiveDataGridView System.Windows.Forms.DataGridView
uxTransactionHistoryArchiveErrorProvider System.Windows.Forms.ErrorProvider
uxTransactionIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxTransactionTypeDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

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

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

Initializes a new instance of the TransactionHistoryArchiveDataGridViewBase class.

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

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnTransactionHistoryArchiveDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxTransactionHistoryArchiveDataGridView control.

OnTransactionHistoryArchiveDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxTransactionHistoryArchiveDataGridView control.

OnTransactionHistoryArchiveDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxTransactionHistoryArchiveDataGridView control.

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

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

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

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

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

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

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

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

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

Initializes a new instance of the TransactionHistoryArchiveDataGridViewBase class.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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