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

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

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

Свойство Тип Описание
uxBindingSource System.Windows.Forms.BindingSource
uxComments System.Windows.Forms.TextBox
uxCommentsLabel System.Windows.Forms.Label
uxEmailAddress System.Windows.Forms.TextBox
uxEmailAddressLabel System.Windows.Forms.Label
uxErrorProvider System.Windows.Forms.ErrorProvider
uxModifiedDate System.Windows.Forms.DateTimePicker
uxModifiedDateLabel System.Windows.Forms.Label
uxProductId System.Windows.Forms.ComboBox
uxProductIdLabel System.Windows.Forms.Label
uxProductReviewId System.Windows.Forms.TextBox
uxProductReviewIdLabel System.Windows.Forms.Label
uxRating System.Windows.Forms.TextBox
uxRatingLabel System.Windows.Forms.Label
uxReviewDate System.Windows.Forms.DateTimePicker
uxReviewDateLabel System.Windows.Forms.Label
uxReviewerName System.Windows.Forms.TextBox
uxReviewerNameLabel System.Windows.Forms.Label

Private Properties

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

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

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

Initializes the component.

ProductReviewEditControlBase ( )

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

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

Initializes a new instance of the ProductReviewEditControlBase class.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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