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

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

보호된 프로퍼티들

프로퍼티 타입 설명
uxBinDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxLocationIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxProductIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxProductInventoryBindingSource System.Windows.Forms.BindingSource
uxProductInventoryDataGridView System.Windows.Forms.DataGridView
uxProductInventoryErrorProvider System.Windows.Forms.ErrorProvider
uxQuantityDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxShelfDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

프로퍼티 타입 설명
OnProductInventoryBindingSourceCurrentItemChanged void

공개 메소드들

메소드 설명
ProductInventoryDataGridViewBase ( )

Initializes a new instance of the ProductInventoryDataGridViewBase class.

보호된 메소드들

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnProductInventoryDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxProductInventoryDataGridView control.

OnProductInventoryDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxProductInventoryDataGridView control.

OnProductInventoryDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxProductInventoryDataGridView control.

비공개 메소드들

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

OnProductInventoryDataGridViewCellValueNeeded() 보호된 메소드

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

OnProductInventoryDataGridViewCellValuePushed() 보호된 메소드

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

OnProductInventoryDataGridViewDataError() 보호된 메소드

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

ProductInventoryDataGridViewBase() 공개 메소드

Initializes a new instance of the ProductInventoryDataGridViewBase class.

프로퍼티 상세

uxBinDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the Bin property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxBinDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxLocationIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the LocationId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxLocationIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewComboBoxColumn

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

uxProductInventoryBindingSource 보호되어 있는 프로퍼티

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

uxProductInventoryDataGridView 보호되어 있는 프로퍼티

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

uxProductInventoryErrorProvider 보호되어 있는 프로퍼티

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

uxQuantityDataGridViewColumn 보호되어 있는 프로퍼티

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

uxRowguidDataGridViewColumn 보호되어 있는 프로퍼티

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

uxShelfDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the Shelf property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxShelfDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn