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

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

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

Свойство Тип Описание
uxBindingSource System.Windows.Forms.BindingSource
uxBirthDate System.Windows.Forms.DateTimePicker
uxBirthDateLabel System.Windows.Forms.Label
uxContactId System.Windows.Forms.ComboBox
uxContactIdLabel System.Windows.Forms.Label
uxCurrentFlag System.Windows.Forms.CheckBox
uxCurrentFlagLabel System.Windows.Forms.Label
uxEmployeeId System.Windows.Forms.TextBox
uxEmployeeIdLabel System.Windows.Forms.Label
uxErrorProvider System.Windows.Forms.ErrorProvider
uxGender System.Windows.Forms.TextBox
uxGenderLabel System.Windows.Forms.Label
uxHireDate System.Windows.Forms.DateTimePicker
uxHireDateLabel System.Windows.Forms.Label
uxLoginId System.Windows.Forms.TextBox
uxLoginIdLabel System.Windows.Forms.Label
uxManagerId System.Windows.Forms.ComboBox
uxManagerIdLabel System.Windows.Forms.Label
uxMaritalStatus System.Windows.Forms.TextBox
uxMaritalStatusLabel System.Windows.Forms.Label
uxModifiedDate System.Windows.Forms.DateTimePicker
uxModifiedDateLabel System.Windows.Forms.Label
uxNationalIdNumber System.Windows.Forms.TextBox
uxNationalIdNumberLabel System.Windows.Forms.Label
uxRowguid System.Windows.Forms.TextBox
uxRowguidLabel System.Windows.Forms.Label
uxSalariedFlag System.Windows.Forms.CheckBox
uxSalariedFlagLabel System.Windows.Forms.Label
uxSickLeaveHours System.Windows.Forms.TextBox
uxSickLeaveHoursLabel System.Windows.Forms.Label
uxTitle System.Windows.Forms.TextBox
uxTitleLabel System.Windows.Forms.Label
uxVacationHours System.Windows.Forms.TextBox
uxVacationHoursLabel System.Windows.Forms.Label

Private Properties

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

CheckBox for the CurrentFlag property.
protected System.Windows.Forms.CheckBox uxCurrentFlag
Результат System.Windows.Forms.CheckBox

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

CheckBox for the SalariedFlag property.
protected System.Windows.Forms.CheckBox uxSalariedFlag
Результат System.Windows.Forms.CheckBox

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

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

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

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

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

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

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

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

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

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

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

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

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

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