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

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

보호된 프로퍼티들

프로퍼티 타입 설명
uxAccountNumber System.Windows.Forms.TextBox
uxAccountNumberLabel System.Windows.Forms.Label
uxActiveFlag System.Windows.Forms.CheckBox
uxActiveFlagLabel System.Windows.Forms.Label
uxBindingSource System.Windows.Forms.BindingSource
uxCreditRating System.Windows.Forms.TextBox
uxCreditRatingLabel System.Windows.Forms.Label
uxErrorProvider System.Windows.Forms.ErrorProvider
uxModifiedDate System.Windows.Forms.DateTimePicker
uxModifiedDateLabel System.Windows.Forms.Label
uxName System.Windows.Forms.TextBox
uxNameLabel System.Windows.Forms.Label
uxPreferredVendorStatus System.Windows.Forms.CheckBox
uxPreferredVendorStatusLabel System.Windows.Forms.Label
uxPurchasingWebServiceUrl System.Windows.Forms.TextBox
uxPurchasingWebServiceUrlLabel System.Windows.Forms.Label
uxVendorId System.Windows.Forms.TextBox
uxVendorIdLabel System.Windows.Forms.Label

Private Properties

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

공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Initializes the component.

VendorEditControlBase ( )

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

VendorEditControlBase() 공개 메소드

Initializes a new instance of the VendorEditControlBase class.

프로퍼티 상세

uxAccountNumber 보호되어 있는 프로퍼티

TextBox for the AccountNumber property.
protected System.Windows.Forms.TextBox uxAccountNumber
리턴 System.Windows.Forms.TextBox

uxAccountNumberLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the AccountNumber property.
protected System.Windows.Forms.Label uxAccountNumberLabel
리턴 System.Windows.Forms.Label

uxActiveFlag 보호되어 있는 프로퍼티

CheckBox for the ActiveFlag property.
protected System.Windows.Forms.CheckBox uxActiveFlag
리턴 System.Windows.Forms.CheckBox

uxActiveFlagLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the ActiveFlag property.
protected System.Windows.Forms.Label uxActiveFlagLabel
리턴 System.Windows.Forms.Label

uxBindingSource 보호되어 있는 프로퍼티

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

uxCreditRating 보호되어 있는 프로퍼티

TextBox for the CreditRating property.
protected System.Windows.Forms.TextBox uxCreditRating
리턴 System.Windows.Forms.TextBox

uxCreditRatingLabel 보호되어 있는 프로퍼티

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

uxName 보호되어 있는 프로퍼티

TextBox for the Name property.
protected System.Windows.Forms.TextBox uxName
리턴 System.Windows.Forms.TextBox

uxNameLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the Name property.
protected System.Windows.Forms.Label uxNameLabel
리턴 System.Windows.Forms.Label

uxPreferredVendorStatus 보호되어 있는 프로퍼티

CheckBox for the PreferredVendorStatus property.
protected System.Windows.Forms.CheckBox uxPreferredVendorStatus
리턴 System.Windows.Forms.CheckBox

uxPreferredVendorStatusLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the PreferredVendorStatus property.
protected System.Windows.Forms.Label uxPreferredVendorStatusLabel
리턴 System.Windows.Forms.Label

uxPurchasingWebServiceUrl 보호되어 있는 프로퍼티

TextBox for the PurchasingWebServiceUrl property.
protected System.Windows.Forms.TextBox uxPurchasingWebServiceUrl
리턴 System.Windows.Forms.TextBox

uxPurchasingWebServiceUrlLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the PurchasingWebServiceUrl property.
protected System.Windows.Forms.Label uxPurchasingWebServiceUrlLabel
리턴 System.Windows.Forms.Label

uxVendorId 보호되어 있는 프로퍼티

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

uxVendorIdLabel 보호되어 있는 프로퍼티

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