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

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

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

Свойство Тип Описание
uxBindingSource System.Windows.Forms.BindingSource
uxDatabaseVersion System.Windows.Forms.TextBox
uxDatabaseVersionLabel System.Windows.Forms.Label
uxErrorProvider System.Windows.Forms.ErrorProvider
uxModifiedDate System.Windows.Forms.DateTimePicker
uxModifiedDateLabel System.Windows.Forms.Label
uxSystemInformationId System.Windows.Forms.TextBox
uxSystemInformationIdLabel System.Windows.Forms.Label
uxVersionDate System.Windows.Forms.DateTimePicker
uxVersionDateLabel System.Windows.Forms.Label

Private Properties

Свойство Тип Описание
BindControls void
uxBindingSource_currentItemChanged void

Открытые методы

Метод Описание
AwBuildVersionEditControlBase ( )

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

Описание методов

AwBuildVersionEditControlBase() публичный Метод

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

Описание свойств

uxBindingSource защищенное свойство

The BindingSource for the entity.
protected System.Windows.Forms.BindingSource uxBindingSource
Результат System.Windows.Forms.BindingSource

uxDatabaseVersion защищенное свойство

TextBox for the DatabaseVersion property.
protected System.Windows.Forms.TextBox uxDatabaseVersion
Результат System.Windows.Forms.TextBox

uxDatabaseVersionLabel защищенное свойство

The System.Windows.Forms.Label associated with the DatabaseVersion property.
protected System.Windows.Forms.Label uxDatabaseVersionLabel
Результат 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

uxSystemInformationId защищенное свойство

TextBox for the SystemInformationId property.
protected System.Windows.Forms.TextBox uxSystemInformationId
Результат System.Windows.Forms.TextBox

uxSystemInformationIdLabel защищенное свойство

The System.Windows.Forms.Label associated with the SystemInformationId property.
protected System.Windows.Forms.Label uxSystemInformationIdLabel
Результат System.Windows.Forms.Label

uxVersionDate защищенное свойство

DataTimePicker for the VersionDate property.
protected System.Windows.Forms.DateTimePicker uxVersionDate
Результат System.Windows.Forms.DateTimePicker

uxVersionDateLabel защищенное свойство

The System.Windows.Forms.Label associated with the VersionDate property.
protected System.Windows.Forms.Label uxVersionDateLabel
Результат System.Windows.Forms.Label