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

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

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

Свойство Тип Описание
uxBindingSource System.Windows.Forms.BindingSource
uxChangeNumber System.Windows.Forms.TextBox
uxChangeNumberLabel System.Windows.Forms.Label
uxDocument System.Windows.Forms.TextBox
uxDocumentId System.Windows.Forms.TextBox
uxDocumentIdLabel System.Windows.Forms.Label
uxDocumentLabel System.Windows.Forms.Label
uxDocumentSummary System.Windows.Forms.TextBox
uxDocumentSummaryLabel System.Windows.Forms.Label
uxErrorProvider System.Windows.Forms.ErrorProvider
uxFileExtension System.Windows.Forms.TextBox
uxFileExtensionLabel System.Windows.Forms.Label
uxFileName System.Windows.Forms.TextBox
uxFileNameLabel System.Windows.Forms.Label
uxModifiedDate System.Windows.Forms.DateTimePicker
uxModifiedDateLabel System.Windows.Forms.Label
uxRevision System.Windows.Forms.TextBox
uxRevisionLabel System.Windows.Forms.Label
uxStatus System.Windows.Forms.TextBox
uxStatusLabel System.Windows.Forms.Label
uxTitle System.Windows.Forms.TextBox
uxTitleLabel System.Windows.Forms.Label

Private Properties

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

The ErrorProvider for the Entity;
protected System.Windows.Forms.ErrorProvider uxErrorProvider
Результат System.Windows.Forms.ErrorProvider

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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