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

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

보호된 프로퍼티들

프로퍼티 타입 설명
uxBindingSource System.Windows.Forms.BindingSource
uxCategory System.Windows.Forms.TextBox
uxCategoryLabel System.Windows.Forms.Label
uxDescription System.Windows.Forms.TextBox
uxDescriptionLabel System.Windows.Forms.Label
uxDiscountPct System.Windows.Forms.TextBox
uxDiscountPctLabel System.Windows.Forms.Label
uxEndDate System.Windows.Forms.DateTimePicker
uxEndDateLabel System.Windows.Forms.Label
uxErrorProvider System.Windows.Forms.ErrorProvider
uxMaxQty System.Windows.Forms.TextBox
uxMaxQtyLabel System.Windows.Forms.Label
uxMinQty System.Windows.Forms.TextBox
uxMinQtyLabel System.Windows.Forms.Label
uxModifiedDate System.Windows.Forms.DateTimePicker
uxModifiedDateLabel System.Windows.Forms.Label
uxRowguid System.Windows.Forms.TextBox
uxRowguidLabel System.Windows.Forms.Label
uxSpecialOfferId System.Windows.Forms.TextBox
uxSpecialOfferIdLabel System.Windows.Forms.Label
uxStartDate System.Windows.Forms.DateTimePicker
uxStartDateLabel System.Windows.Forms.Label
uxType System.Windows.Forms.TextBox
uxTypeLabel System.Windows.Forms.Label

Private Properties

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

공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Initializes the component.

SpecialOfferEditControlBase ( )

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

SpecialOfferEditControlBase() 공개 메소드

Initializes a new instance of the SpecialOfferEditControlBase class.

프로퍼티 상세

uxBindingSource 보호되어 있는 프로퍼티

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

uxCategory 보호되어 있는 프로퍼티

TextBox for the Category property.
protected System.Windows.Forms.TextBox uxCategory
리턴 System.Windows.Forms.TextBox

uxCategoryLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the Category property.
protected System.Windows.Forms.Label uxCategoryLabel
리턴 System.Windows.Forms.Label

uxDescription 보호되어 있는 프로퍼티

TextBox for the Description property.
protected System.Windows.Forms.TextBox uxDescription
리턴 System.Windows.Forms.TextBox

uxDescriptionLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the Description property.
protected System.Windows.Forms.Label uxDescriptionLabel
리턴 System.Windows.Forms.Label

uxDiscountPct 보호되어 있는 프로퍼티

TextBox for the DiscountPct property.
protected System.Windows.Forms.TextBox uxDiscountPct
리턴 System.Windows.Forms.TextBox

uxDiscountPctLabel 보호되어 있는 프로퍼티

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

uxMaxQty 보호되어 있는 프로퍼티

TextBox for the MaxQty property.
protected System.Windows.Forms.TextBox uxMaxQty
리턴 System.Windows.Forms.TextBox

uxMaxQtyLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the MaxQty property.
protected System.Windows.Forms.Label uxMaxQtyLabel
리턴 System.Windows.Forms.Label

uxMinQty 보호되어 있는 프로퍼티

TextBox for the MinQty property.
protected System.Windows.Forms.TextBox uxMinQty
리턴 System.Windows.Forms.TextBox

uxMinQtyLabel 보호되어 있는 프로퍼티

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

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

uxSpecialOfferId 보호되어 있는 프로퍼티

TextBox for the SpecialOfferId property.
protected System.Windows.Forms.TextBox uxSpecialOfferId
리턴 System.Windows.Forms.TextBox

uxSpecialOfferIdLabel 보호되어 있는 프로퍼티

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

uxType 보호되어 있는 프로퍼티

TextBox for the Type property.
protected System.Windows.Forms.TextBox uxType
리턴 System.Windows.Forms.TextBox

uxTypeLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the Type property.
protected System.Windows.Forms.Label uxTypeLabel
리턴 System.Windows.Forms.Label