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

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

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

Свойство Тип Описание
uxBindingSource System.Windows.Forms.BindingSource
uxEmployeeId System.Windows.Forms.ComboBox
uxEmployeeIdLabel System.Windows.Forms.Label
uxErrorProvider System.Windows.Forms.ErrorProvider
uxModifiedDate System.Windows.Forms.DateTimePicker
uxModifiedDateLabel System.Windows.Forms.Label
uxPayFrequency System.Windows.Forms.TextBox
uxPayFrequencyLabel System.Windows.Forms.Label
uxRate System.Windows.Forms.TextBox
uxRateChangeDate System.Windows.Forms.DateTimePicker
uxRateChangeDateLabel System.Windows.Forms.Label
uxRateLabel System.Windows.Forms.Label

Private Properties

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

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

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

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

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

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

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

Initializes a new instance of the EmployeePayHistoryEditControlBase class.

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

Initializes the component.
public InitializeComponent ( ) : void
Результат void

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

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

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

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

ComboBox for the EmployeeId property.
protected System.Windows.Forms.ComboBox uxEmployeeId
Результат System.Windows.Forms.ComboBox

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

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

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

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

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

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

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

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

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

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

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

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

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

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