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

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

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

Свойство Тип Описание
uxBindingSource System.Windows.Forms.BindingSource
uxErrorProvider System.Windows.Forms.ErrorProvider
uxLargePhoto System.Windows.Forms.TextBox
uxLargePhotoFileName System.Windows.Forms.TextBox
uxLargePhotoFileNameLabel System.Windows.Forms.Label
uxLargePhotoLabel System.Windows.Forms.Label
uxModifiedDate System.Windows.Forms.DateTimePicker
uxModifiedDateLabel System.Windows.Forms.Label
uxProductPhotoId System.Windows.Forms.TextBox
uxProductPhotoIdLabel System.Windows.Forms.Label
uxThumbNailPhoto System.Windows.Forms.TextBox
uxThumbNailPhotoLabel System.Windows.Forms.Label
uxThumbnailPhotoFileName System.Windows.Forms.TextBox
uxThumbnailPhotoFileNameLabel System.Windows.Forms.Label

Private Properties

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

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

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

Initializes the component.

ProductPhotoEditControlBase ( )

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

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

Initializes a new instance of the ProductPhotoEditControlBase class.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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