C# Класс Nettiers.AdventureWorks.Windows.Forms.NullFkeyChildEditControlBase

Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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