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

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

보호된 프로퍼티들

프로퍼티 타입 설명
uxBindingSource System.Windows.Forms.BindingSource
uxColor System.Windows.Forms.TextBox
uxColorLabel System.Windows.Forms.Label
uxDaysToManufacture System.Windows.Forms.TextBox
uxDaysToManufactureLabel System.Windows.Forms.Label
uxDiscontinuedDate System.Windows.Forms.DateTimePicker
uxDiscontinuedDateLabel System.Windows.Forms.Label
uxErrorProvider System.Windows.Forms.ErrorProvider
uxFinishedGoodsFlag System.Windows.Forms.CheckBox
uxFinishedGoodsFlagLabel System.Windows.Forms.Label
uxListPrice System.Windows.Forms.TextBox
uxListPriceLabel System.Windows.Forms.Label
uxMakeFlag System.Windows.Forms.CheckBox
uxMakeFlagLabel System.Windows.Forms.Label
uxModifiedDate System.Windows.Forms.DateTimePicker
uxModifiedDateLabel System.Windows.Forms.Label
uxName System.Windows.Forms.TextBox
uxNameLabel System.Windows.Forms.Label
uxProductId System.Windows.Forms.TextBox
uxProductIdLabel System.Windows.Forms.Label
uxProductLine System.Windows.Forms.TextBox
uxProductLineLabel System.Windows.Forms.Label
uxProductModelId System.Windows.Forms.ComboBox
uxProductModelIdLabel System.Windows.Forms.Label
uxProductNumber System.Windows.Forms.TextBox
uxProductNumberLabel System.Windows.Forms.Label
uxProductSubcategoryId System.Windows.Forms.ComboBox
uxProductSubcategoryIdLabel System.Windows.Forms.Label
uxReorderPoint System.Windows.Forms.TextBox
uxReorderPointLabel System.Windows.Forms.Label
uxRowguid System.Windows.Forms.TextBox
uxRowguidLabel System.Windows.Forms.Label
uxSafeNameClass System.Windows.Forms.TextBox
uxSafeNameClassLabel System.Windows.Forms.Label
uxSafetyStockLevel System.Windows.Forms.TextBox
uxSafetyStockLevelLabel System.Windows.Forms.Label
uxSellEndDate System.Windows.Forms.DateTimePicker
uxSellEndDateLabel System.Windows.Forms.Label
uxSellStartDate System.Windows.Forms.DateTimePicker
uxSellStartDateLabel System.Windows.Forms.Label
uxSize System.Windows.Forms.TextBox
uxSizeLabel System.Windows.Forms.Label
uxSizeUnitMeasureCode System.Windows.Forms.ComboBox
uxSizeUnitMeasureCodeLabel System.Windows.Forms.Label
uxStandardCost System.Windows.Forms.TextBox
uxStandardCostLabel System.Windows.Forms.Label
uxStyle System.Windows.Forms.TextBox
uxStyleLabel System.Windows.Forms.Label
uxWeight System.Windows.Forms.TextBox
uxWeightLabel System.Windows.Forms.Label
uxWeightUnitMeasureCode System.Windows.Forms.ComboBox
uxWeightUnitMeasureCodeLabel System.Windows.Forms.Label

Private Properties

프로퍼티 타입 설명
BindControls void
uxBindingSource_currentItemChanged void

공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Initializes the component.

ProductEditControlBase ( )

Initializes a new instance of the ProductEditControlBase class.

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
BindControls ( ) : void

Binds the controls.

uxBindingSource_currentItemChanged ( 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

InitializeComponent() 공개 메소드

Initializes the component.
public InitializeComponent ( ) : void
리턴 void

ProductEditControlBase() 공개 메소드

Initializes a new instance of the ProductEditControlBase class.

프로퍼티 상세

uxBindingSource 보호되어 있는 프로퍼티

The BindingSource for the entity.
protected System.Windows.Forms.BindingSource uxBindingSource
리턴 System.Windows.Forms.BindingSource

uxColor 보호되어 있는 프로퍼티

TextBox for the Color property.
protected System.Windows.Forms.TextBox uxColor
리턴 System.Windows.Forms.TextBox

uxColorLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the Color property.
protected System.Windows.Forms.Label uxColorLabel
리턴 System.Windows.Forms.Label

uxDaysToManufacture 보호되어 있는 프로퍼티

TextBox for the DaysToManufacture property.
protected System.Windows.Forms.TextBox uxDaysToManufacture
리턴 System.Windows.Forms.TextBox

uxDaysToManufactureLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the DaysToManufacture property.
protected System.Windows.Forms.Label uxDaysToManufactureLabel
리턴 System.Windows.Forms.Label

uxDiscontinuedDate 보호되어 있는 프로퍼티

DataTimePicker for the DiscontinuedDate property.
protected System.Windows.Forms.DateTimePicker uxDiscontinuedDate
리턴 System.Windows.Forms.DateTimePicker

uxDiscontinuedDateLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the DiscontinuedDate property.
protected System.Windows.Forms.Label uxDiscontinuedDateLabel
리턴 System.Windows.Forms.Label

uxErrorProvider 보호되어 있는 프로퍼티

The ErrorProvider for the Entity;
protected System.Windows.Forms.ErrorProvider uxErrorProvider
리턴 System.Windows.Forms.ErrorProvider

uxFinishedGoodsFlag 보호되어 있는 프로퍼티

CheckBox for the FinishedGoodsFlag property.
protected System.Windows.Forms.CheckBox uxFinishedGoodsFlag
리턴 System.Windows.Forms.CheckBox

uxFinishedGoodsFlagLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the FinishedGoodsFlag property.
protected System.Windows.Forms.Label uxFinishedGoodsFlagLabel
리턴 System.Windows.Forms.Label

uxListPrice 보호되어 있는 프로퍼티

TextBox for the ListPrice property.
protected System.Windows.Forms.TextBox uxListPrice
리턴 System.Windows.Forms.TextBox

uxListPriceLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the ListPrice property.
protected System.Windows.Forms.Label uxListPriceLabel
리턴 System.Windows.Forms.Label

uxMakeFlag 보호되어 있는 프로퍼티

CheckBox for the MakeFlag property.
protected System.Windows.Forms.CheckBox uxMakeFlag
리턴 System.Windows.Forms.CheckBox

uxMakeFlagLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the MakeFlag property.
protected System.Windows.Forms.Label uxMakeFlagLabel
리턴 System.Windows.Forms.Label

uxModifiedDate 보호되어 있는 프로퍼티

DataTimePicker for the ModifiedDate property.
protected System.Windows.Forms.DateTimePicker uxModifiedDate
리턴 System.Windows.Forms.DateTimePicker

uxModifiedDateLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the ModifiedDate property.
protected System.Windows.Forms.Label uxModifiedDateLabel
리턴 System.Windows.Forms.Label

uxName 보호되어 있는 프로퍼티

TextBox for the Name property.
protected System.Windows.Forms.TextBox uxName
리턴 System.Windows.Forms.TextBox

uxNameLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the Name property.
protected System.Windows.Forms.Label uxNameLabel
리턴 System.Windows.Forms.Label

uxProductId 보호되어 있는 프로퍼티

TextBox for the ProductId property.
protected System.Windows.Forms.TextBox uxProductId
리턴 System.Windows.Forms.TextBox

uxProductIdLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the ProductId property.
protected System.Windows.Forms.Label uxProductIdLabel
리턴 System.Windows.Forms.Label

uxProductLine 보호되어 있는 프로퍼티

TextBox for the ProductLine property.
protected System.Windows.Forms.TextBox uxProductLine
리턴 System.Windows.Forms.TextBox

uxProductLineLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the ProductLine property.
protected System.Windows.Forms.Label uxProductLineLabel
리턴 System.Windows.Forms.Label

uxProductModelId 보호되어 있는 프로퍼티

ComboBox for the ProductModelId property.
protected System.Windows.Forms.ComboBox uxProductModelId
리턴 System.Windows.Forms.ComboBox

uxProductModelIdLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the ProductModelId property.
protected System.Windows.Forms.Label uxProductModelIdLabel
리턴 System.Windows.Forms.Label

uxProductNumber 보호되어 있는 프로퍼티

TextBox for the ProductNumber property.
protected System.Windows.Forms.TextBox uxProductNumber
리턴 System.Windows.Forms.TextBox

uxProductNumberLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the ProductNumber property.
protected System.Windows.Forms.Label uxProductNumberLabel
리턴 System.Windows.Forms.Label

uxProductSubcategoryId 보호되어 있는 프로퍼티

ComboBox for the ProductSubcategoryId property.
protected System.Windows.Forms.ComboBox uxProductSubcategoryId
리턴 System.Windows.Forms.ComboBox

uxProductSubcategoryIdLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the ProductSubcategoryId property.
protected System.Windows.Forms.Label uxProductSubcategoryIdLabel
리턴 System.Windows.Forms.Label

uxReorderPoint 보호되어 있는 프로퍼티

TextBox for the ReorderPoint property.
protected System.Windows.Forms.TextBox uxReorderPoint
리턴 System.Windows.Forms.TextBox

uxReorderPointLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the ReorderPoint property.
protected System.Windows.Forms.Label uxReorderPointLabel
리턴 System.Windows.Forms.Label

uxRowguid 보호되어 있는 프로퍼티

TextBox for the Rowguid property.
protected System.Windows.Forms.TextBox uxRowguid
리턴 System.Windows.Forms.TextBox

uxRowguidLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the Rowguid property.
protected System.Windows.Forms.Label uxRowguidLabel
리턴 System.Windows.Forms.Label

uxSafeNameClass 보호되어 있는 프로퍼티

TextBox for the SafeNameClass property.
protected System.Windows.Forms.TextBox uxSafeNameClass
리턴 System.Windows.Forms.TextBox

uxSafeNameClassLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the SafeNameClass property.
protected System.Windows.Forms.Label uxSafeNameClassLabel
리턴 System.Windows.Forms.Label

uxSafetyStockLevel 보호되어 있는 프로퍼티

TextBox for the SafetyStockLevel property.
protected System.Windows.Forms.TextBox uxSafetyStockLevel
리턴 System.Windows.Forms.TextBox

uxSafetyStockLevelLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the SafetyStockLevel property.
protected System.Windows.Forms.Label uxSafetyStockLevelLabel
리턴 System.Windows.Forms.Label

uxSellEndDate 보호되어 있는 프로퍼티

DataTimePicker for the SellEndDate property.
protected System.Windows.Forms.DateTimePicker uxSellEndDate
리턴 System.Windows.Forms.DateTimePicker

uxSellEndDateLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the SellEndDate property.
protected System.Windows.Forms.Label uxSellEndDateLabel
리턴 System.Windows.Forms.Label

uxSellStartDate 보호되어 있는 프로퍼티

DataTimePicker for the SellStartDate property.
protected System.Windows.Forms.DateTimePicker uxSellStartDate
리턴 System.Windows.Forms.DateTimePicker

uxSellStartDateLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the SellStartDate property.
protected System.Windows.Forms.Label uxSellStartDateLabel
리턴 System.Windows.Forms.Label

uxSize 보호되어 있는 프로퍼티

TextBox for the Size property.
protected System.Windows.Forms.TextBox uxSize
리턴 System.Windows.Forms.TextBox

uxSizeLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the Size property.
protected System.Windows.Forms.Label uxSizeLabel
리턴 System.Windows.Forms.Label

uxSizeUnitMeasureCode 보호되어 있는 프로퍼티

ComboBox for the SizeUnitMeasureCode property.
protected System.Windows.Forms.ComboBox uxSizeUnitMeasureCode
리턴 System.Windows.Forms.ComboBox

uxSizeUnitMeasureCodeLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the SizeUnitMeasureCode property.
protected System.Windows.Forms.Label uxSizeUnitMeasureCodeLabel
리턴 System.Windows.Forms.Label

uxStandardCost 보호되어 있는 프로퍼티

TextBox for the StandardCost property.
protected System.Windows.Forms.TextBox uxStandardCost
리턴 System.Windows.Forms.TextBox

uxStandardCostLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the StandardCost property.
protected System.Windows.Forms.Label uxStandardCostLabel
리턴 System.Windows.Forms.Label

uxStyle 보호되어 있는 프로퍼티

TextBox for the Style property.
protected System.Windows.Forms.TextBox uxStyle
리턴 System.Windows.Forms.TextBox

uxStyleLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the Style property.
protected System.Windows.Forms.Label uxStyleLabel
리턴 System.Windows.Forms.Label

uxWeight 보호되어 있는 프로퍼티

TextBox for the Weight property.
protected System.Windows.Forms.TextBox uxWeight
리턴 System.Windows.Forms.TextBox

uxWeightLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the Weight property.
protected System.Windows.Forms.Label uxWeightLabel
리턴 System.Windows.Forms.Label

uxWeightUnitMeasureCode 보호되어 있는 프로퍼티

ComboBox for the WeightUnitMeasureCode property.
protected System.Windows.Forms.ComboBox uxWeightUnitMeasureCode
리턴 System.Windows.Forms.ComboBox

uxWeightUnitMeasureCodeLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the WeightUnitMeasureCode property.
protected System.Windows.Forms.Label uxWeightUnitMeasureCodeLabel
리턴 System.Windows.Forms.Label