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

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

보호된 프로퍼티들

프로퍼티 타입 설명
uxAddressId System.Windows.Forms.TextBox
uxAddressIdLabel System.Windows.Forms.Label
uxAddressLine1 System.Windows.Forms.TextBox
uxAddressLine1Label System.Windows.Forms.Label
uxAddressLine2 System.Windows.Forms.TextBox
uxAddressLine2Label System.Windows.Forms.Label
uxBindingSource System.Windows.Forms.BindingSource
uxCity System.Windows.Forms.TextBox
uxCityLabel System.Windows.Forms.Label
uxErrorProvider System.Windows.Forms.ErrorProvider
uxModifiedDate System.Windows.Forms.DateTimePicker
uxModifiedDateLabel System.Windows.Forms.Label
uxPostalCode System.Windows.Forms.TextBox
uxPostalCodeLabel System.Windows.Forms.Label
uxRowguid System.Windows.Forms.TextBox
uxRowguidLabel System.Windows.Forms.Label
uxStateProvinceId System.Windows.Forms.ComboBox
uxStateProvinceIdLabel System.Windows.Forms.Label

Private Properties

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

공개 메소드들

메소드 설명
AddressEditControlBase ( )

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

메소드 상세

AddressEditControlBase() 공개 메소드

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

프로퍼티 상세

uxAddressId 보호되어 있는 프로퍼티

TextBox for the AddressId property.
protected System.Windows.Forms.TextBox uxAddressId
리턴 System.Windows.Forms.TextBox

uxAddressIdLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the AddressId property.
protected System.Windows.Forms.Label uxAddressIdLabel
리턴 System.Windows.Forms.Label

uxAddressLine1 보호되어 있는 프로퍼티

TextBox for the AddressLine1 property.
protected System.Windows.Forms.TextBox uxAddressLine1
리턴 System.Windows.Forms.TextBox

uxAddressLine1Label 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the AddressLine1 property.
protected System.Windows.Forms.Label uxAddressLine1Label
리턴 System.Windows.Forms.Label

uxAddressLine2 보호되어 있는 프로퍼티

TextBox for the AddressLine2 property.
protected System.Windows.Forms.TextBox uxAddressLine2
리턴 System.Windows.Forms.TextBox

uxAddressLine2Label 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the AddressLine2 property.
protected System.Windows.Forms.Label uxAddressLine2Label
리턴 System.Windows.Forms.Label

uxBindingSource 보호되어 있는 프로퍼티

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

uxCity 보호되어 있는 프로퍼티

TextBox for the City property.
protected System.Windows.Forms.TextBox uxCity
리턴 System.Windows.Forms.TextBox

uxCityLabel 보호되어 있는 프로퍼티

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

uxPostalCode 보호되어 있는 프로퍼티

TextBox for the PostalCode property.
protected System.Windows.Forms.TextBox uxPostalCode
리턴 System.Windows.Forms.TextBox

uxPostalCodeLabel 보호되어 있는 프로퍼티

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

uxStateProvinceId 보호되어 있는 프로퍼티

ComboBox for the StateProvinceId property.
protected System.Windows.Forms.ComboBox uxStateProvinceId
리턴 System.Windows.Forms.ComboBox

uxStateProvinceIdLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the StateProvinceId property.
protected System.Windows.Forms.Label uxStateProvinceIdLabel
리턴 System.Windows.Forms.Label