C# Class Nettiers.AdventureWorks.Windows.Forms.TransactionHistoryArchiveDataGridViewBase

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: netTiers/netTiers

Protected Properties

Свойство Type Description
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

Свойство Type Description
OnTransactionHistoryArchiveBindingSourceCurrentItemChanged void

Méthodes publiques

Méthode Description
TransactionHistoryArchiveDataGridViewBase ( )

Initializes a new instance of the TransactionHistoryArchiveDataGridViewBase class.

Méthodes protégées

Méthode Description
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.

Private Methods

Méthode Description
OnTransactionHistoryArchiveBindingSourceCurrentItemChanged ( object sender, System e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

OnCurrentEntityChanged() protected méthode

Raised the CurrentEntityChanged event.
protected OnCurrentEntityChanged ( ) : void
Résultat void

OnTransactionHistoryArchiveDataGridViewCellValueNeeded() protected méthode

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.
Résultat void

OnTransactionHistoryArchiveDataGridViewCellValuePushed() protected méthode

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.
Résultat void

OnTransactionHistoryArchiveDataGridViewDataError() protected méthode

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.
Résultat void

TransactionHistoryArchiveDataGridViewBase() public méthode

Initializes a new instance of the TransactionHistoryArchiveDataGridViewBase class.

Property Details

uxActualCostDataGridViewColumn protected_oe property

the DGV column associated with the ActualCost property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxActualCostDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxModifiedDateDataGridViewColumn protected_oe property

the DGV column associated with the ModifiedDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxModifiedDateDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxProductIdDataGridViewColumn protected_oe property

the DGV column associated with the ProductId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxProductIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxQuantityDataGridViewColumn protected_oe property

the DGV column associated with the Quantity property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxQuantityDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxReferenceOrderIdDataGridViewColumn protected_oe property

the DGV column associated with the ReferenceOrderId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxReferenceOrderIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxReferenceOrderLineIdDataGridViewColumn protected_oe property

the DGV column associated with the ReferenceOrderLineId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxReferenceOrderLineIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxTransactionDateDataGridViewColumn protected_oe property

the DGV column associated with the TransactionDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxTransactionDateDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxTransactionHistoryArchiveBindingSource protected_oe property

the bindingsource
protected System.Windows.Forms.BindingSource uxTransactionHistoryArchiveBindingSource
Résultat System.Windows.Forms.BindingSource

uxTransactionHistoryArchiveDataGridView protected_oe property

the datagridview instance
protected System.Windows.Forms.DataGridView uxTransactionHistoryArchiveDataGridView
Résultat System.Windows.Forms.DataGridView

uxTransactionHistoryArchiveErrorProvider protected_oe property

the errorprovider
protected System.Windows.Forms.ErrorProvider uxTransactionHistoryArchiveErrorProvider
Résultat System.Windows.Forms.ErrorProvider

uxTransactionIdDataGridViewColumn protected_oe property

the DGV column associated with the TransactionId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxTransactionIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxTransactionTypeDataGridViewColumn protected_oe property

the DGV column associated with the TransactionType property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxTransactionTypeDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn