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

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

보호된 프로퍼티들

프로퍼티 타입 설명
uxColorDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxDaysToManufactureDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxDiscontinuedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxFinishedGoodsFlagDataGridViewColumn System.Windows.Forms.DataGridViewCheckBoxColumn
uxListPriceDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxMakeFlagDataGridViewColumn System.Windows.Forms.DataGridViewCheckBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxProductBindingSource System.Windows.Forms.BindingSource
uxProductDataGridView System.Windows.Forms.DataGridView
uxProductErrorProvider System.Windows.Forms.ErrorProvider
uxProductIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxProductLineDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxProductModelIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxProductNumberDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxProductSubcategoryIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxReorderPointDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSafeNameClassDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSafetyStockLevelDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSellEndDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSellStartDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSizeDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSizeUnitMeasureCodeDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxStandardCostDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxStyleDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxWeightDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxWeightUnitMeasureCodeDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn

Private Properties

프로퍼티 타입 설명
OnProductBindingSourceCurrentItemChanged void

공개 메소드들

메소드 설명
ProductDataGridViewBase ( )

Initializes a new instance of the ProductDataGridViewBase class.

보호된 메소드들

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnProductDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxProductDataGridView control.

OnProductDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxProductDataGridView control.

OnProductDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxProductDataGridView control.

비공개 메소드들

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

OnProductDataGridViewCellValueNeeded() 보호된 메소드

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

OnProductDataGridViewCellValuePushed() 보호된 메소드

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

OnProductDataGridViewDataError() 보호된 메소드

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

ProductDataGridViewBase() 공개 메소드

Initializes a new instance of the ProductDataGridViewBase class.

프로퍼티 상세

uxColorDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the Color property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxColorDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxDaysToManufactureDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the DaysToManufacture property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDaysToManufactureDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxDiscontinuedDateDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the DiscontinuedDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDiscontinuedDateDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxFinishedGoodsFlagDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the FinishedGoodsFlag property
protected System.Windows.Forms.DataGridViewCheckBoxColumn uxFinishedGoodsFlagDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewCheckBoxColumn

uxListPriceDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ListPrice property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxListPriceDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxMakeFlagDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the MakeFlag property
protected System.Windows.Forms.DataGridViewCheckBoxColumn uxMakeFlagDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewCheckBoxColumn

uxModifiedDateDataGridViewColumn 보호되어 있는 프로퍼티

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

uxNameDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the Name property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxNameDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxProductBindingSource 보호되어 있는 프로퍼티

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

uxProductDataGridView 보호되어 있는 프로퍼티

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

uxProductErrorProvider 보호되어 있는 프로퍼티

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

uxProductIdDataGridViewColumn 보호되어 있는 프로퍼티

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

uxProductLineDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ProductLine property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxProductLineDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxProductModelIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ProductModelId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxProductModelIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewComboBoxColumn

uxProductNumberDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ProductNumber property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxProductNumberDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxProductSubcategoryIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ProductSubcategoryId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxProductSubcategoryIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewComboBoxColumn

uxReorderPointDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ReorderPoint property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxReorderPointDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxRowguidDataGridViewColumn 보호되어 있는 프로퍼티

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

uxSafeNameClassDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the SafeNameClass property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSafeNameClassDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxSafetyStockLevelDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the SafetyStockLevel property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSafetyStockLevelDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxSellEndDateDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the SellEndDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSellEndDateDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxSellStartDateDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the SellStartDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSellStartDateDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxSizeDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the Size property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSizeDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxSizeUnitMeasureCodeDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the SizeUnitMeasureCode property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxSizeUnitMeasureCodeDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewComboBoxColumn

uxStandardCostDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the StandardCost property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxStandardCostDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxStyleDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the Style property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxStyleDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxWeightDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the Weight property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxWeightDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxWeightUnitMeasureCodeDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the WeightUnitMeasureCode property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxWeightUnitMeasureCodeDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewComboBoxColumn