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

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

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

Свойство Тип Описание
uxBindingSource System.Windows.Forms.BindingSource
uxEndTime System.Windows.Forms.DateTimePicker
uxEndTimeLabel System.Windows.Forms.Label
uxErrorProvider System.Windows.Forms.ErrorProvider
uxModifiedDate System.Windows.Forms.DateTimePicker
uxModifiedDateLabel System.Windows.Forms.Label
uxName System.Windows.Forms.TextBox
uxNameLabel System.Windows.Forms.Label
uxShiftId System.Windows.Forms.TextBox
uxShiftIdLabel System.Windows.Forms.Label
uxStartTime System.Windows.Forms.DateTimePicker
uxStartTimeLabel System.Windows.Forms.Label

Private Properties

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

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

Метод Описание
InitializeComponent ( ) : void

Initializes the component.

ShiftEditControlBase ( )

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

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

Initializes a new instance of the ShiftEditControlBase class.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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