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

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

보호된 프로퍼티들

프로퍼티 타입 설명
uxBindingSource System.Windows.Forms.BindingSource
uxEmployeeId System.Windows.Forms.ComboBox
uxEmployeeIdLabel System.Windows.Forms.Label
uxErrorProvider System.Windows.Forms.ErrorProvider
uxFreight System.Windows.Forms.TextBox
uxFreightLabel System.Windows.Forms.Label
uxModifiedDate System.Windows.Forms.DateTimePicker
uxModifiedDateLabel System.Windows.Forms.Label
uxOrderDate System.Windows.Forms.DateTimePicker
uxOrderDateLabel System.Windows.Forms.Label
uxPurchaseOrderId System.Windows.Forms.TextBox
uxPurchaseOrderIdLabel System.Windows.Forms.Label
uxRevisionNumber System.Windows.Forms.TextBox
uxRevisionNumberLabel System.Windows.Forms.Label
uxShipDate System.Windows.Forms.DateTimePicker
uxShipDateLabel System.Windows.Forms.Label
uxShipMethodId System.Windows.Forms.ComboBox
uxShipMethodIdLabel System.Windows.Forms.Label
uxStatus System.Windows.Forms.TextBox
uxStatusLabel System.Windows.Forms.Label
uxSubTotal System.Windows.Forms.TextBox
uxSubTotalLabel System.Windows.Forms.Label
uxTaxAmt System.Windows.Forms.TextBox
uxTaxAmtLabel System.Windows.Forms.Label
uxTotalDue System.Windows.Forms.TextBox
uxTotalDueLabel 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.

PurchaseOrderHeaderEditControlBase ( )

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

PurchaseOrderHeaderEditControlBase() 공개 메소드

Initializes a new instance of the PurchaseOrderHeaderEditControlBase class.

프로퍼티 상세

uxBindingSource 보호되어 있는 프로퍼티

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

uxEmployeeId 보호되어 있는 프로퍼티

ComboBox for the EmployeeId property.
protected System.Windows.Forms.ComboBox uxEmployeeId
리턴 System.Windows.Forms.ComboBox

uxEmployeeIdLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the EmployeeId property.
protected System.Windows.Forms.Label uxEmployeeIdLabel
리턴 System.Windows.Forms.Label

uxErrorProvider 보호되어 있는 프로퍼티

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

uxFreight 보호되어 있는 프로퍼티

TextBox for the Freight property.
protected System.Windows.Forms.TextBox uxFreight
리턴 System.Windows.Forms.TextBox

uxFreightLabel 보호되어 있는 프로퍼티

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

uxOrderDate 보호되어 있는 프로퍼티

DataTimePicker for the OrderDate property.
protected System.Windows.Forms.DateTimePicker uxOrderDate
리턴 System.Windows.Forms.DateTimePicker

uxOrderDateLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the OrderDate property.
protected System.Windows.Forms.Label uxOrderDateLabel
리턴 System.Windows.Forms.Label

uxPurchaseOrderId 보호되어 있는 프로퍼티

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

uxPurchaseOrderIdLabel 보호되어 있는 프로퍼티

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

uxRevisionNumber 보호되어 있는 프로퍼티

TextBox for the RevisionNumber property.
protected System.Windows.Forms.TextBox uxRevisionNumber
리턴 System.Windows.Forms.TextBox

uxRevisionNumberLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the RevisionNumber property.
protected System.Windows.Forms.Label uxRevisionNumberLabel
리턴 System.Windows.Forms.Label

uxShipDate 보호되어 있는 프로퍼티

DataTimePicker for the ShipDate property.
protected System.Windows.Forms.DateTimePicker uxShipDate
리턴 System.Windows.Forms.DateTimePicker

uxShipDateLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the ShipDate property.
protected System.Windows.Forms.Label uxShipDateLabel
리턴 System.Windows.Forms.Label

uxShipMethodId 보호되어 있는 프로퍼티

ComboBox for the ShipMethodId property.
protected System.Windows.Forms.ComboBox uxShipMethodId
리턴 System.Windows.Forms.ComboBox

uxShipMethodIdLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the ShipMethodId property.
protected System.Windows.Forms.Label uxShipMethodIdLabel
리턴 System.Windows.Forms.Label

uxStatus 보호되어 있는 프로퍼티

TextBox for the Status property.
protected System.Windows.Forms.TextBox uxStatus
리턴 System.Windows.Forms.TextBox

uxStatusLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the Status property.
protected System.Windows.Forms.Label uxStatusLabel
리턴 System.Windows.Forms.Label

uxSubTotal 보호되어 있는 프로퍼티

TextBox for the SubTotal property.
protected System.Windows.Forms.TextBox uxSubTotal
리턴 System.Windows.Forms.TextBox

uxSubTotalLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the SubTotal property.
protected System.Windows.Forms.Label uxSubTotalLabel
리턴 System.Windows.Forms.Label

uxTaxAmt 보호되어 있는 프로퍼티

TextBox for the TaxAmt property.
protected System.Windows.Forms.TextBox uxTaxAmt
리턴 System.Windows.Forms.TextBox

uxTaxAmtLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the TaxAmt property.
protected System.Windows.Forms.Label uxTaxAmtLabel
리턴 System.Windows.Forms.Label

uxTotalDue 보호되어 있는 프로퍼티

TextBox for the TotalDue property.
protected System.Windows.Forms.TextBox uxTotalDue
리턴 System.Windows.Forms.TextBox

uxTotalDueLabel 보호되어 있는 프로퍼티

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