C# 클래스 Nettiers.AdventureWorks.Windows.Forms.TransactionHistoryArchiveDataGridViewBase

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: netTiers/netTiers

보호된 프로퍼티들

프로퍼티 타입 설명
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