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

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

보호된 프로퍼티들

프로퍼티 타입 설명
uxBindingSource System.Windows.Forms.BindingSource
uxErrorProvider System.Windows.Forms.ErrorProvider
uxNullFkeyChildId System.Windows.Forms.TextBox
uxNullFkeyChildIdLabel System.Windows.Forms.Label
uxNullFkeyParentId System.Windows.Forms.ComboBox
uxNullFkeyParentIdLabel System.Windows.Forms.Label
uxSomeText System.Windows.Forms.TextBox
uxSomeTextLabel System.Windows.Forms.Label

Private Properties

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

공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Initializes the component.

NullFkeyChildEditControlBase ( )

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

NullFkeyChildEditControlBase() 공개 메소드

Initializes a new instance of the NullFkeyChildEditControlBase class.

프로퍼티 상세

uxBindingSource 보호되어 있는 프로퍼티

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

uxErrorProvider 보호되어 있는 프로퍼티

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

uxNullFkeyChildId 보호되어 있는 프로퍼티

TextBox for the NullFkeyChildId property.
protected System.Windows.Forms.TextBox uxNullFkeyChildId
리턴 System.Windows.Forms.TextBox

uxNullFkeyChildIdLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the NullFkeyChildId property.
protected System.Windows.Forms.Label uxNullFkeyChildIdLabel
리턴 System.Windows.Forms.Label

uxNullFkeyParentId 보호되어 있는 프로퍼티

ComboBox for the NullFkeyParentId property.
protected System.Windows.Forms.ComboBox uxNullFkeyParentId
리턴 System.Windows.Forms.ComboBox

uxNullFkeyParentIdLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the NullFkeyParentId property.
protected System.Windows.Forms.Label uxNullFkeyParentIdLabel
리턴 System.Windows.Forms.Label

uxSomeText 보호되어 있는 프로퍼티

TextBox for the SomeText property.
protected System.Windows.Forms.TextBox uxSomeText
리턴 System.Windows.Forms.TextBox

uxSomeTextLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the SomeText property.
protected System.Windows.Forms.Label uxSomeTextLabel
리턴 System.Windows.Forms.Label