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

Inheritance: System.Windows.Forms.UserControl
Mostra file Open project: netTiers/netTiers

Protected Properties

Property Type Description
uxActualCostDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxProductIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxQuantityDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxReferenceOrderIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxReferenceOrderLineIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxTransactionDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxTransactionHistoryBindingSource System.Windows.Forms.BindingSource
uxTransactionHistoryDataGridView System.Windows.Forms.DataGridView
uxTransactionHistoryErrorProvider System.Windows.Forms.ErrorProvider
uxTransactionIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxTransactionTypeDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

Property Type Description
OnTransactionHistoryBindingSourceCurrentItemChanged void

Public Methods

Method Description
TransactionHistoryDataGridViewBase ( )

Initializes a new instance of the TransactionHistoryDataGridViewBase class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnTransactionHistoryDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxTransactionHistoryDataGridView control.

OnTransactionHistoryDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxTransactionHistoryDataGridView control.

OnTransactionHistoryDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxTransactionHistoryDataGridView control.

Private Methods

Method Description
OnTransactionHistoryBindingSourceCurrentItemChanged ( 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

OnTransactionHistoryDataGridViewCellValueNeeded() protected method

Handles the CellValueNeeded event of the uxTransactionHistoryDataGridView control.
protected OnTransactionHistoryDataGridViewCellValueNeeded ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
return void

OnTransactionHistoryDataGridViewCellValuePushed() protected method

Handles the CellValuePushed event of the uxTransactionHistoryDataGridView control.
protected OnTransactionHistoryDataGridViewCellValuePushed ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
return void

OnTransactionHistoryDataGridViewDataError() protected method

Handles the DataError event of the uxTransactionHistoryDataGridView control.
protected OnTransactionHistoryDataGridViewDataError ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
return void

TransactionHistoryDataGridViewBase() public method

Initializes a new instance of the TransactionHistoryDataGridViewBase 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.DataGridViewComboBoxColumn uxProductIdDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn

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

uxTransactionHistoryBindingSource protected_oe property

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

uxTransactionHistoryDataGridView protected_oe property

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

uxTransactionHistoryErrorProvider protected_oe property

the errorprovider
protected System.Windows.Forms.ErrorProvider uxTransactionHistoryErrorProvider
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