C# Class Nettiers.AdventureWorks.Windows.Forms.ProductPhotoEditControlBase

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: netTiers/netTiers

Protected Properties

Свойство Type Description
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

Свойство Type Description
BindControls void
uxBindingSource_currentItemChanged void

Méthodes publiques

Méthode Description
InitializeComponent ( ) : void

Initializes the component.

ProductPhotoEditControlBase ( )

Initializes a new instance of the ProductPhotoEditControlBase class.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
BindControls ( ) : void

Binds the controls.

uxBindingSource_currentItemChanged ( object sender, System e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

InitializeComponent() public méthode

Initializes the component.
public InitializeComponent ( ) : void
Résultat void

ProductPhotoEditControlBase() public méthode

Initializes a new instance of the ProductPhotoEditControlBase class.

Property Details

uxBindingSource protected_oe property

The BindingSource for the entity.
protected System.Windows.Forms.BindingSource uxBindingSource
Résultat System.Windows.Forms.BindingSource

uxErrorProvider protected_oe property

The ErrorProvider for the Entity;
protected System.Windows.Forms.ErrorProvider uxErrorProvider
Résultat System.Windows.Forms.ErrorProvider

uxLargePhoto protected_oe property

TextBox for the LargePhoto property.
protected System.Windows.Forms.TextBox uxLargePhoto
Résultat System.Windows.Forms.TextBox

uxLargePhotoFileName protected_oe property

TextBox for the LargePhotoFileName property.
protected System.Windows.Forms.TextBox uxLargePhotoFileName
Résultat System.Windows.Forms.TextBox

uxLargePhotoFileNameLabel protected_oe property

The System.Windows.Forms.Label associated with the LargePhotoFileName property.
protected System.Windows.Forms.Label uxLargePhotoFileNameLabel
Résultat System.Windows.Forms.Label

uxLargePhotoLabel protected_oe property

The System.Windows.Forms.Label associated with the LargePhoto property.
protected System.Windows.Forms.Label uxLargePhotoLabel
Résultat System.Windows.Forms.Label

uxModifiedDate protected_oe property

DataTimePicker for the ModifiedDate property.
protected System.Windows.Forms.DateTimePicker uxModifiedDate
Résultat System.Windows.Forms.DateTimePicker

uxModifiedDateLabel protected_oe property

The System.Windows.Forms.Label associated with the ModifiedDate property.
protected System.Windows.Forms.Label uxModifiedDateLabel
Résultat System.Windows.Forms.Label

uxProductPhotoId protected_oe property

TextBox for the ProductPhotoId property.
protected System.Windows.Forms.TextBox uxProductPhotoId
Résultat System.Windows.Forms.TextBox

uxProductPhotoIdLabel protected_oe property

The System.Windows.Forms.Label associated with the ProductPhotoId property.
protected System.Windows.Forms.Label uxProductPhotoIdLabel
Résultat System.Windows.Forms.Label

uxThumbNailPhoto protected_oe property

TextBox for the ThumbNailPhoto property.
protected System.Windows.Forms.TextBox uxThumbNailPhoto
Résultat System.Windows.Forms.TextBox

uxThumbNailPhotoLabel protected_oe property

The System.Windows.Forms.Label associated with the ThumbNailPhoto property.
protected System.Windows.Forms.Label uxThumbNailPhotoLabel
Résultat System.Windows.Forms.Label

uxThumbnailPhotoFileName protected_oe property

TextBox for the ThumbnailPhotoFileName property.
protected System.Windows.Forms.TextBox uxThumbnailPhotoFileName
Résultat System.Windows.Forms.TextBox

uxThumbnailPhotoFileNameLabel protected_oe property

The System.Windows.Forms.Label associated with the ThumbnailPhotoFileName property.
protected System.Windows.Forms.Label uxThumbnailPhotoFileNameLabel
Résultat System.Windows.Forms.Label