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

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

보호된 프로퍼티들

프로퍼티 타입 설명
uxDateCreatedDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxProductIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxQuantityDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxShoppingCartIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxShoppingCartItemBindingSource System.Windows.Forms.BindingSource
uxShoppingCartItemDataGridView System.Windows.Forms.DataGridView
uxShoppingCartItemErrorProvider System.Windows.Forms.ErrorProvider
uxShoppingCartItemIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

프로퍼티 타입 설명
OnShoppingCartItemBindingSourceCurrentItemChanged void

공개 메소드들

메소드 설명
ShoppingCartItemDataGridViewBase ( )

Initializes a new instance of the ShoppingCartItemDataGridViewBase class.

보호된 메소드들

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnShoppingCartItemDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxShoppingCartItemDataGridView control.

OnShoppingCartItemDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxShoppingCartItemDataGridView control.

OnShoppingCartItemDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxShoppingCartItemDataGridView control.

비공개 메소드들

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

OnShoppingCartItemDataGridViewCellValueNeeded() 보호된 메소드

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

OnShoppingCartItemDataGridViewCellValuePushed() 보호된 메소드

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

OnShoppingCartItemDataGridViewDataError() 보호된 메소드

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

ShoppingCartItemDataGridViewBase() 공개 메소드

Initializes a new instance of the ShoppingCartItemDataGridViewBase class.

프로퍼티 상세

uxDateCreatedDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the DateCreated property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDateCreatedDataGridViewColumn
리턴 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.DataGridViewComboBoxColumn uxProductIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewComboBoxColumn

uxQuantityDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the Quantity property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxQuantityDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxShoppingCartIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ShoppingCartId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxShoppingCartIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxShoppingCartItemBindingSource 보호되어 있는 프로퍼티

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

uxShoppingCartItemDataGridView 보호되어 있는 프로퍼티

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

uxShoppingCartItemErrorProvider 보호되어 있는 프로퍼티

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

uxShoppingCartItemIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ShoppingCartItemId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxShoppingCartItemIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn