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

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

보호된 프로퍼티들

프로퍼티 타입 설명
uxBindingSource System.Windows.Forms.BindingSource
uxDueDate System.Windows.Forms.DateTimePicker
uxDueDateLabel System.Windows.Forms.Label
uxErrorProvider System.Windows.Forms.ErrorProvider
uxLineTotal System.Windows.Forms.TextBox
uxLineTotalLabel System.Windows.Forms.Label
uxModifiedDate System.Windows.Forms.DateTimePicker
uxModifiedDateLabel System.Windows.Forms.Label
uxOrderQty System.Windows.Forms.TextBox
uxOrderQtyLabel System.Windows.Forms.Label
uxProductId System.Windows.Forms.ComboBox
uxProductIdLabel System.Windows.Forms.Label
uxPurchaseOrderDetailId System.Windows.Forms.TextBox
uxPurchaseOrderDetailIdLabel System.Windows.Forms.Label
uxPurchaseOrderId System.Windows.Forms.ComboBox
uxPurchaseOrderIdLabel System.Windows.Forms.Label
uxReceivedQty System.Windows.Forms.TextBox
uxReceivedQtyLabel System.Windows.Forms.Label
uxRejectedQty System.Windows.Forms.TextBox
uxRejectedQtyLabel System.Windows.Forms.Label
uxStockedQty System.Windows.Forms.TextBox
uxStockedQtyLabel System.Windows.Forms.Label
uxUnitPrice System.Windows.Forms.TextBox
uxUnitPriceLabel System.Windows.Forms.Label

Private Properties

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

공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Initializes the component.

PurchaseOrderDetailEditControlBase ( )

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

PurchaseOrderDetailEditControlBase() 공개 메소드

Initializes a new instance of the PurchaseOrderDetailEditControlBase class.

프로퍼티 상세

uxBindingSource 보호되어 있는 프로퍼티

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

uxDueDate 보호되어 있는 프로퍼티

DataTimePicker for the DueDate property.
protected System.Windows.Forms.DateTimePicker uxDueDate
리턴 System.Windows.Forms.DateTimePicker

uxDueDateLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the DueDate property.
protected System.Windows.Forms.Label uxDueDateLabel
리턴 System.Windows.Forms.Label

uxErrorProvider 보호되어 있는 프로퍼티

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

uxLineTotal 보호되어 있는 프로퍼티

TextBox for the LineTotal property.
protected System.Windows.Forms.TextBox uxLineTotal
리턴 System.Windows.Forms.TextBox

uxLineTotalLabel 보호되어 있는 프로퍼티

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

uxOrderQty 보호되어 있는 프로퍼티

TextBox for the OrderQty property.
protected System.Windows.Forms.TextBox uxOrderQty
리턴 System.Windows.Forms.TextBox

uxOrderQtyLabel 보호되어 있는 프로퍼티

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

uxPurchaseOrderDetailId 보호되어 있는 프로퍼티

TextBox for the PurchaseOrderDetailId property.
protected System.Windows.Forms.TextBox uxPurchaseOrderDetailId
리턴 System.Windows.Forms.TextBox

uxPurchaseOrderDetailIdLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the PurchaseOrderDetailId property.
protected System.Windows.Forms.Label uxPurchaseOrderDetailIdLabel
리턴 System.Windows.Forms.Label

uxPurchaseOrderId 보호되어 있는 프로퍼티

ComboBox for the PurchaseOrderId property.
protected System.Windows.Forms.ComboBox uxPurchaseOrderId
리턴 System.Windows.Forms.ComboBox

uxPurchaseOrderIdLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the PurchaseOrderId property.
protected System.Windows.Forms.Label uxPurchaseOrderIdLabel
리턴 System.Windows.Forms.Label

uxReceivedQty 보호되어 있는 프로퍼티

TextBox for the ReceivedQty property.
protected System.Windows.Forms.TextBox uxReceivedQty
리턴 System.Windows.Forms.TextBox

uxReceivedQtyLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the ReceivedQty property.
protected System.Windows.Forms.Label uxReceivedQtyLabel
리턴 System.Windows.Forms.Label

uxRejectedQty 보호되어 있는 프로퍼티

TextBox for the RejectedQty property.
protected System.Windows.Forms.TextBox uxRejectedQty
리턴 System.Windows.Forms.TextBox

uxRejectedQtyLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the RejectedQty property.
protected System.Windows.Forms.Label uxRejectedQtyLabel
리턴 System.Windows.Forms.Label

uxStockedQty 보호되어 있는 프로퍼티

TextBox for the StockedQty property.
protected System.Windows.Forms.TextBox uxStockedQty
리턴 System.Windows.Forms.TextBox

uxStockedQtyLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the StockedQty property.
protected System.Windows.Forms.Label uxStockedQtyLabel
리턴 System.Windows.Forms.Label

uxUnitPrice 보호되어 있는 프로퍼티

TextBox for the UnitPrice property.
protected System.Windows.Forms.TextBox uxUnitPrice
리턴 System.Windows.Forms.TextBox

uxUnitPriceLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the UnitPrice property.
protected System.Windows.Forms.Label uxUnitPriceLabel
리턴 System.Windows.Forms.Label