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

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

보호된 프로퍼티들

프로퍼티 타입 설명
uxBillOfMaterialsId System.Windows.Forms.TextBox
uxBillOfMaterialsIdLabel System.Windows.Forms.Label
uxBindingSource System.Windows.Forms.BindingSource
uxBomLevel System.Windows.Forms.TextBox
uxBomLevelLabel System.Windows.Forms.Label
uxComponentId System.Windows.Forms.ComboBox
uxComponentIdLabel System.Windows.Forms.Label
uxEndDate System.Windows.Forms.DateTimePicker
uxEndDateLabel System.Windows.Forms.Label
uxErrorProvider System.Windows.Forms.ErrorProvider
uxModifiedDate System.Windows.Forms.DateTimePicker
uxModifiedDateLabel System.Windows.Forms.Label
uxPerAssemblyQty System.Windows.Forms.TextBox
uxPerAssemblyQtyLabel System.Windows.Forms.Label
uxProductAssemblyId System.Windows.Forms.ComboBox
uxProductAssemblyIdLabel System.Windows.Forms.Label
uxStartDate System.Windows.Forms.DateTimePicker
uxStartDateLabel System.Windows.Forms.Label
uxUnitMeasureCode System.Windows.Forms.ComboBox
uxUnitMeasureCodeLabel System.Windows.Forms.Label

Private Properties

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

공개 메소드들

메소드 설명
BillOfMaterialsEditControlBase ( )

Initializes a new instance of the BillOfMaterialsEditControlBase class.

InitializeComponent ( ) : void

Initializes the component.

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
BindControls ( ) : void

Binds the controls.

uxBindingSource_currentItemChanged ( object sender, System e ) : void

메소드 상세

BillOfMaterialsEditControlBase() 공개 메소드

Initializes a new instance of the BillOfMaterialsEditControlBase class.

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

프로퍼티 상세

uxBillOfMaterialsId 보호되어 있는 프로퍼티

TextBox for the BillOfMaterialsId property.
protected System.Windows.Forms.TextBox uxBillOfMaterialsId
리턴 System.Windows.Forms.TextBox

uxBillOfMaterialsIdLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the BillOfMaterialsId property.
protected System.Windows.Forms.Label uxBillOfMaterialsIdLabel
리턴 System.Windows.Forms.Label

uxBindingSource 보호되어 있는 프로퍼티

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

uxBomLevel 보호되어 있는 프로퍼티

TextBox for the BomLevel property.
protected System.Windows.Forms.TextBox uxBomLevel
리턴 System.Windows.Forms.TextBox

uxBomLevelLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the BomLevel property.
protected System.Windows.Forms.Label uxBomLevelLabel
리턴 System.Windows.Forms.Label

uxComponentId 보호되어 있는 프로퍼티

ComboBox for the ComponentId property.
protected System.Windows.Forms.ComboBox uxComponentId
리턴 System.Windows.Forms.ComboBox

uxComponentIdLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the ComponentId property.
protected System.Windows.Forms.Label uxComponentIdLabel
리턴 System.Windows.Forms.Label

uxEndDate 보호되어 있는 프로퍼티

DataTimePicker for the EndDate property.
protected System.Windows.Forms.DateTimePicker uxEndDate
리턴 System.Windows.Forms.DateTimePicker

uxEndDateLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the EndDate property.
protected System.Windows.Forms.Label uxEndDateLabel
리턴 System.Windows.Forms.Label

uxErrorProvider 보호되어 있는 프로퍼티

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

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

uxPerAssemblyQty 보호되어 있는 프로퍼티

TextBox for the PerAssemblyQty property.
protected System.Windows.Forms.TextBox uxPerAssemblyQty
리턴 System.Windows.Forms.TextBox

uxPerAssemblyQtyLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the PerAssemblyQty property.
protected System.Windows.Forms.Label uxPerAssemblyQtyLabel
리턴 System.Windows.Forms.Label

uxProductAssemblyId 보호되어 있는 프로퍼티

ComboBox for the ProductAssemblyId property.
protected System.Windows.Forms.ComboBox uxProductAssemblyId
리턴 System.Windows.Forms.ComboBox

uxProductAssemblyIdLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the ProductAssemblyId property.
protected System.Windows.Forms.Label uxProductAssemblyIdLabel
리턴 System.Windows.Forms.Label

uxStartDate 보호되어 있는 프로퍼티

DataTimePicker for the StartDate property.
protected System.Windows.Forms.DateTimePicker uxStartDate
리턴 System.Windows.Forms.DateTimePicker

uxStartDateLabel 보호되어 있는 프로퍼티

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