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

Inheritance: System.Windows.Forms.UserControl
显示文件 Open project: netTiers/netTiers

Protected Properties

Property 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

Property Type Description
OnTransactionHistoryArchiveBindingSourceCurrentItemChanged void

Public Methods

Method Description
TransactionHistoryArchiveDataGridViewBase ( )

Initializes a new instance of the TransactionHistoryArchiveDataGridViewBase class.

Protected Methods

Method 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

Method Description
OnTransactionHistoryArchiveBindingSourceCurrentItemChanged ( object sender, System e ) : void

Method Details

Dispose() protected method

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

OnCurrentEntityChanged() protected method

Raised the CurrentEntityChanged event.
protected OnCurrentEntityChanged ( ) : void
return void

OnTransactionHistoryArchiveDataGridViewCellValueNeeded() protected method

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.
return void

OnTransactionHistoryArchiveDataGridViewCellValuePushed() protected method

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.
return void

OnTransactionHistoryArchiveDataGridViewDataError() protected method

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.
return void

TransactionHistoryArchiveDataGridViewBase() public method

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
return System.Windows.Forms.DataGridViewTextBoxColumn

uxModifiedDateDataGridViewColumn protected_oe property

the DGV column associated with the ModifiedDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxModifiedDateDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxProductIdDataGridViewColumn protected_oe property

the DGV column associated with the ProductId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxProductIdDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxQuantityDataGridViewColumn protected_oe property

the DGV column associated with the Quantity property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxQuantityDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxReferenceOrderIdDataGridViewColumn protected_oe property

the DGV column associated with the ReferenceOrderId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxReferenceOrderIdDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxReferenceOrderLineIdDataGridViewColumn protected_oe property

the DGV column associated with the ReferenceOrderLineId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxReferenceOrderLineIdDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxTransactionDateDataGridViewColumn protected_oe property

the DGV column associated with the TransactionDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxTransactionDateDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxTransactionHistoryArchiveBindingSource protected_oe property

the bindingsource
protected System.Windows.Forms.BindingSource uxTransactionHistoryArchiveBindingSource
return System.Windows.Forms.BindingSource

uxTransactionHistoryArchiveDataGridView protected_oe property

the datagridview instance
protected System.Windows.Forms.DataGridView uxTransactionHistoryArchiveDataGridView
return System.Windows.Forms.DataGridView

uxTransactionHistoryArchiveErrorProvider protected_oe property

the errorprovider
protected System.Windows.Forms.ErrorProvider uxTransactionHistoryArchiveErrorProvider
return System.Windows.Forms.ErrorProvider

uxTransactionIdDataGridViewColumn protected_oe property

the DGV column associated with the TransactionId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxTransactionIdDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxTransactionTypeDataGridViewColumn protected_oe property

the DGV column associated with the TransactionType property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxTransactionTypeDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn