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

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

보호된 프로퍼티들

프로퍼티 타입 설명
uxEmployeeIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxFreightDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxOrderDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxPurchaseOrderHeaderBindingSource System.Windows.Forms.BindingSource
uxPurchaseOrderHeaderDataGridView System.Windows.Forms.DataGridView
uxPurchaseOrderHeaderErrorProvider System.Windows.Forms.ErrorProvider
uxPurchaseOrderIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRevisionNumberDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxShipDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxShipMethodIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxStatusDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSubTotalDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxTaxAmtDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxTotalDueDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxVendorIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn

Private Properties

프로퍼티 타입 설명
OnPurchaseOrderHeaderBindingSourceCurrentItemChanged void

공개 메소드들

메소드 설명
PurchaseOrderHeaderDataGridViewBase ( )

Initializes a new instance of the PurchaseOrderHeaderDataGridViewBase class.

보호된 메소드들

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnPurchaseOrderHeaderDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxPurchaseOrderHeaderDataGridView control.

OnPurchaseOrderHeaderDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxPurchaseOrderHeaderDataGridView control.

OnPurchaseOrderHeaderDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxPurchaseOrderHeaderDataGridView control.

비공개 메소드들

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

OnPurchaseOrderHeaderDataGridViewCellValueNeeded() 보호된 메소드

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

OnPurchaseOrderHeaderDataGridViewCellValuePushed() 보호된 메소드

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

OnPurchaseOrderHeaderDataGridViewDataError() 보호된 메소드

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

PurchaseOrderHeaderDataGridViewBase() 공개 메소드

Initializes a new instance of the PurchaseOrderHeaderDataGridViewBase class.

프로퍼티 상세

uxEmployeeIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the EmployeeId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxEmployeeIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewComboBoxColumn

uxFreightDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the Freight property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxFreightDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxModifiedDateDataGridViewColumn 보호되어 있는 프로퍼티

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

uxOrderDateDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the OrderDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxOrderDateDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxPurchaseOrderHeaderBindingSource 보호되어 있는 프로퍼티

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

uxPurchaseOrderHeaderDataGridView 보호되어 있는 프로퍼티

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

uxPurchaseOrderHeaderErrorProvider 보호되어 있는 프로퍼티

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

uxPurchaseOrderIdDataGridViewColumn 보호되어 있는 프로퍼티

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

uxRevisionNumberDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the RevisionNumber property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxRevisionNumberDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxShipDateDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ShipDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxShipDateDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxShipMethodIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ShipMethodId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxShipMethodIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewComboBoxColumn

uxStatusDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the Status property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxStatusDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxSubTotalDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the SubTotal property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSubTotalDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxTaxAmtDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the TaxAmt property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxTaxAmtDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxTotalDueDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the TotalDue property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxTotalDueDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxVendorIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the VendorId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxVendorIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewComboBoxColumn