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

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

보호된 프로퍼티들

프로퍼티 타입 설명
uxAccountNumberDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxBillToAddressIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxCommentDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxContactIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxCreditCardApprovalCodeDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxCreditCardIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxCurrencyRateIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxCustomerIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxDueDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxFreightDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxOnlineOrderFlagDataGridViewColumn System.Windows.Forms.DataGridViewCheckBoxColumn
uxOrderDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxPurchaseOrderNumberDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRevisionNumberDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSalesOrderHeaderBindingSource System.Windows.Forms.BindingSource
uxSalesOrderHeaderDataGridView System.Windows.Forms.DataGridView
uxSalesOrderHeaderErrorProvider System.Windows.Forms.ErrorProvider
uxSalesOrderIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSalesOrderNumberDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSalesPersonIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxShipDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxShipMethodIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxShipToAddressIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxStatusDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSubTotalDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxTaxAmtDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxTerritoryIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxTotalDueDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

프로퍼티 타입 설명
OnSalesOrderHeaderBindingSourceCurrentItemChanged void

공개 메소드들

메소드 설명
SalesOrderHeaderDataGridViewBase ( )

Initializes a new instance of the SalesOrderHeaderDataGridViewBase class.

보호된 메소드들

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnSalesOrderHeaderDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxSalesOrderHeaderDataGridView control.

OnSalesOrderHeaderDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxSalesOrderHeaderDataGridView control.

OnSalesOrderHeaderDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxSalesOrderHeaderDataGridView control.

비공개 메소드들

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

OnSalesOrderHeaderDataGridViewCellValueNeeded() 보호된 메소드

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

OnSalesOrderHeaderDataGridViewCellValuePushed() 보호된 메소드

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

OnSalesOrderHeaderDataGridViewDataError() 보호된 메소드

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

SalesOrderHeaderDataGridViewBase() 공개 메소드

Initializes a new instance of the SalesOrderHeaderDataGridViewBase class.

프로퍼티 상세

uxAccountNumberDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the AccountNumber property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxAccountNumberDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxBillToAddressIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the BillToAddressId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxBillToAddressIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewComboBoxColumn

uxCommentDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the Comment property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxCommentDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxContactIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ContactId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxContactIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewComboBoxColumn

uxCreditCardApprovalCodeDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the CreditCardApprovalCode property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxCreditCardApprovalCodeDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxCreditCardIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the CreditCardId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxCreditCardIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewComboBoxColumn

uxCurrencyRateIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the CurrencyRateId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxCurrencyRateIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewComboBoxColumn

uxCustomerIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the CustomerId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxCustomerIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewComboBoxColumn

uxDueDateDataGridViewColumn 보호되어 있는 프로퍼티

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

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

uxOnlineOrderFlagDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the OnlineOrderFlag property
protected System.Windows.Forms.DataGridViewCheckBoxColumn uxOnlineOrderFlagDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewCheckBoxColumn

uxOrderDateDataGridViewColumn 보호되어 있는 프로퍼티

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

uxPurchaseOrderNumberDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the PurchaseOrderNumber property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxPurchaseOrderNumberDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxRevisionNumberDataGridViewColumn 보호되어 있는 프로퍼티

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

uxRowguidDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the Rowguid property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxRowguidDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxSalesOrderHeaderBindingSource 보호되어 있는 프로퍼티

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

uxSalesOrderHeaderDataGridView 보호되어 있는 프로퍼티

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

uxSalesOrderHeaderErrorProvider 보호되어 있는 프로퍼티

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

uxSalesOrderIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the SalesOrderId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSalesOrderIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxSalesOrderNumberDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the SalesOrderNumber property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSalesOrderNumberDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxSalesPersonIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the SalesPersonId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxSalesPersonIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewComboBoxColumn

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

uxShipToAddressIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ShipToAddressId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxShipToAddressIdDataGridViewColumn
리턴 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

uxTerritoryIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the TerritoryId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxTerritoryIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewComboBoxColumn

uxTotalDueDataGridViewColumn 보호되어 있는 프로퍼티

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