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

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

보호된 프로퍼티들

프로퍼티 타입 설명
uxAverageLeadTime System.Windows.Forms.TextBox
uxAverageLeadTimeLabel System.Windows.Forms.Label
uxBindingSource System.Windows.Forms.BindingSource
uxErrorProvider System.Windows.Forms.ErrorProvider
uxLastReceiptCost System.Windows.Forms.TextBox
uxLastReceiptCostLabel System.Windows.Forms.Label
uxLastReceiptDate System.Windows.Forms.DateTimePicker
uxLastReceiptDateLabel System.Windows.Forms.Label
uxMaxOrderQty System.Windows.Forms.TextBox
uxMaxOrderQtyLabel System.Windows.Forms.Label
uxMinOrderQty System.Windows.Forms.TextBox
uxMinOrderQtyLabel System.Windows.Forms.Label
uxModifiedDate System.Windows.Forms.DateTimePicker
uxModifiedDateLabel System.Windows.Forms.Label
uxOnOrderQty System.Windows.Forms.TextBox
uxOnOrderQtyLabel System.Windows.Forms.Label
uxProductId System.Windows.Forms.ComboBox
uxProductIdLabel System.Windows.Forms.Label
uxStandardPrice System.Windows.Forms.TextBox
uxStandardPriceLabel System.Windows.Forms.Label
uxUnitMeasureCode System.Windows.Forms.ComboBox
uxUnitMeasureCodeLabel System.Windows.Forms.Label
uxVendorId System.Windows.Forms.ComboBox
uxVendorIdLabel System.Windows.Forms.Label

Private Properties

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

공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Initializes the component.

ProductVendorEditControlBase ( )

Initializes a new instance of the ProductVendorEditControlBase 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

ProductVendorEditControlBase() 공개 메소드

Initializes a new instance of the ProductVendorEditControlBase class.

프로퍼티 상세

uxAverageLeadTime 보호되어 있는 프로퍼티

TextBox for the AverageLeadTime property.
protected System.Windows.Forms.TextBox uxAverageLeadTime
리턴 System.Windows.Forms.TextBox

uxAverageLeadTimeLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the AverageLeadTime property.
protected System.Windows.Forms.Label uxAverageLeadTimeLabel
리턴 System.Windows.Forms.Label

uxBindingSource 보호되어 있는 프로퍼티

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

uxErrorProvider 보호되어 있는 프로퍼티

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

uxLastReceiptCost 보호되어 있는 프로퍼티

TextBox for the LastReceiptCost property.
protected System.Windows.Forms.TextBox uxLastReceiptCost
리턴 System.Windows.Forms.TextBox

uxLastReceiptCostLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the LastReceiptCost property.
protected System.Windows.Forms.Label uxLastReceiptCostLabel
리턴 System.Windows.Forms.Label

uxLastReceiptDate 보호되어 있는 프로퍼티

DataTimePicker for the LastReceiptDate property.
protected System.Windows.Forms.DateTimePicker uxLastReceiptDate
리턴 System.Windows.Forms.DateTimePicker

uxLastReceiptDateLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the LastReceiptDate property.
protected System.Windows.Forms.Label uxLastReceiptDateLabel
리턴 System.Windows.Forms.Label

uxMaxOrderQty 보호되어 있는 프로퍼티

TextBox for the MaxOrderQty property.
protected System.Windows.Forms.TextBox uxMaxOrderQty
리턴 System.Windows.Forms.TextBox

uxMaxOrderQtyLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the MaxOrderQty property.
protected System.Windows.Forms.Label uxMaxOrderQtyLabel
리턴 System.Windows.Forms.Label

uxMinOrderQty 보호되어 있는 프로퍼티

TextBox for the MinOrderQty property.
protected System.Windows.Forms.TextBox uxMinOrderQty
리턴 System.Windows.Forms.TextBox

uxMinOrderQtyLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the MinOrderQty property.
protected System.Windows.Forms.Label uxMinOrderQtyLabel
리턴 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

uxOnOrderQty 보호되어 있는 프로퍼티

TextBox for the OnOrderQty property.
protected System.Windows.Forms.TextBox uxOnOrderQty
리턴 System.Windows.Forms.TextBox

uxOnOrderQtyLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the OnOrderQty property.
protected System.Windows.Forms.Label uxOnOrderQtyLabel
리턴 System.Windows.Forms.Label

uxProductId 보호되어 있는 프로퍼티

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

uxProductIdLabel 보호되어 있는 프로퍼티

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

uxStandardPrice 보호되어 있는 프로퍼티

TextBox for the StandardPrice property.
protected System.Windows.Forms.TextBox uxStandardPrice
리턴 System.Windows.Forms.TextBox

uxStandardPriceLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the StandardPrice property.
protected System.Windows.Forms.Label uxStandardPriceLabel
리턴 System.Windows.Forms.Label

uxUnitMeasureCode 보호되어 있는 프로퍼티

ComboBox for the UnitMeasureCode property.
protected System.Windows.Forms.ComboBox uxUnitMeasureCode
리턴 System.Windows.Forms.ComboBox

uxUnitMeasureCodeLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the UnitMeasureCode property.
protected System.Windows.Forms.Label uxUnitMeasureCodeLabel
리턴 System.Windows.Forms.Label

uxVendorId 보호되어 있는 프로퍼티

ComboBox for the VendorId property.
protected System.Windows.Forms.ComboBox uxVendorId
리턴 System.Windows.Forms.ComboBox

uxVendorIdLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the VendorId property.
protected System.Windows.Forms.Label uxVendorIdLabel
리턴 System.Windows.Forms.Label