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

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

보호된 프로퍼티들

프로퍼티 타입 설명
uxDueDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxLineTotalDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxOrderQtyDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxProductIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxPurchaseOrderDetailBindingSource System.Windows.Forms.BindingSource
uxPurchaseOrderDetailDataGridView System.Windows.Forms.DataGridView
uxPurchaseOrderDetailErrorProvider System.Windows.Forms.ErrorProvider
uxPurchaseOrderDetailIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxPurchaseOrderIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxReceivedQtyDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRejectedQtyDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxStockedQtyDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxUnitPriceDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

프로퍼티 타입 설명
OnPurchaseOrderDetailBindingSourceCurrentItemChanged void

공개 메소드들

메소드 설명
PurchaseOrderDetailDataGridViewBase ( )

Initializes a new instance of the PurchaseOrderDetailDataGridViewBase class.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnPurchaseOrderDetailDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxPurchaseOrderDetailDataGridView control.

OnPurchaseOrderDetailDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxPurchaseOrderDetailDataGridView control.

OnPurchaseOrderDetailDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxPurchaseOrderDetailDataGridView control.

비공개 메소드들

메소드 설명
OnPurchaseOrderDetailBindingSourceCurrentItemChanged ( 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

OnPurchaseOrderDetailDataGridViewCellValueNeeded() 보호된 메소드

Handles the CellValueNeeded event of the uxPurchaseOrderDetailDataGridView control.
protected OnPurchaseOrderDetailDataGridViewCellValueNeeded ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
리턴 void

OnPurchaseOrderDetailDataGridViewCellValuePushed() 보호된 메소드

Handles the CellValuePushed event of the uxPurchaseOrderDetailDataGridView control.
protected OnPurchaseOrderDetailDataGridViewCellValuePushed ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
리턴 void

OnPurchaseOrderDetailDataGridViewDataError() 보호된 메소드

Handles the DataError event of the uxPurchaseOrderDetailDataGridView control.
protected OnPurchaseOrderDetailDataGridViewDataError ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
리턴 void

PurchaseOrderDetailDataGridViewBase() 공개 메소드

Initializes a new instance of the PurchaseOrderDetailDataGridViewBase class.

프로퍼티 상세

uxDueDateDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the DueDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDueDateDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxLineTotalDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the LineTotal property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxLineTotalDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxModifiedDateDataGridViewColumn 보호되어 있는 프로퍼티

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

uxOrderQtyDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the OrderQty property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxOrderQtyDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxProductIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ProductId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxProductIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewComboBoxColumn

uxPurchaseOrderDetailBindingSource 보호되어 있는 프로퍼티

the bindingsource
protected System.Windows.Forms.BindingSource uxPurchaseOrderDetailBindingSource
리턴 System.Windows.Forms.BindingSource

uxPurchaseOrderDetailDataGridView 보호되어 있는 프로퍼티

the datagridview instance
protected System.Windows.Forms.DataGridView uxPurchaseOrderDetailDataGridView
리턴 System.Windows.Forms.DataGridView

uxPurchaseOrderDetailErrorProvider 보호되어 있는 프로퍼티

the errorprovider
protected System.Windows.Forms.ErrorProvider uxPurchaseOrderDetailErrorProvider
리턴 System.Windows.Forms.ErrorProvider

uxPurchaseOrderDetailIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the PurchaseOrderDetailId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxPurchaseOrderDetailIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxPurchaseOrderIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the PurchaseOrderId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxPurchaseOrderIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewComboBoxColumn

uxReceivedQtyDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ReceivedQty property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxReceivedQtyDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxRejectedQtyDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the RejectedQty property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxRejectedQtyDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxStockedQtyDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the StockedQty property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxStockedQtyDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxUnitPriceDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the UnitPrice property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxUnitPriceDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn