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

Inheritance: System.Windows.Forms.UserControl
Mostra file Open project: netTiers/netTiers

Protected Properties

Property 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

Property Type Description
BindControls void
uxBindingSource_currentItemChanged void

Public Methods

Method Description
InitializeComponent ( ) : void

Initializes the component.

ProductPhotoEditControlBase ( )

Initializes a new instance of the ProductPhotoEditControlBase class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
BindControls ( ) : void

Binds the controls.

uxBindingSource_currentItemChanged ( object sender, System e ) : void

Method Details

Dispose() protected method

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

InitializeComponent() public method

Initializes the component.
public InitializeComponent ( ) : void
return void

ProductPhotoEditControlBase() public method

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
return System.Windows.Forms.BindingSource

uxErrorProvider protected_oe property

The ErrorProvider for the Entity;
protected System.Windows.Forms.ErrorProvider uxErrorProvider
return System.Windows.Forms.ErrorProvider

uxLargePhoto protected_oe property

TextBox for the LargePhoto property.
protected System.Windows.Forms.TextBox uxLargePhoto
return System.Windows.Forms.TextBox

uxLargePhotoFileName protected_oe property

TextBox for the LargePhotoFileName property.
protected System.Windows.Forms.TextBox uxLargePhotoFileName
return System.Windows.Forms.TextBox

uxLargePhotoFileNameLabel protected_oe property

The System.Windows.Forms.Label associated with the LargePhotoFileName property.
protected System.Windows.Forms.Label uxLargePhotoFileNameLabel
return System.Windows.Forms.Label

uxLargePhotoLabel protected_oe property

The System.Windows.Forms.Label associated with the LargePhoto property.
protected System.Windows.Forms.Label uxLargePhotoLabel
return System.Windows.Forms.Label

uxModifiedDate protected_oe property

DataTimePicker for the ModifiedDate property.
protected System.Windows.Forms.DateTimePicker uxModifiedDate
return System.Windows.Forms.DateTimePicker

uxModifiedDateLabel protected_oe property

The System.Windows.Forms.Label associated with the ModifiedDate property.
protected System.Windows.Forms.Label uxModifiedDateLabel
return System.Windows.Forms.Label

uxProductPhotoId protected_oe property

TextBox for the ProductPhotoId property.
protected System.Windows.Forms.TextBox uxProductPhotoId
return System.Windows.Forms.TextBox

uxProductPhotoIdLabel protected_oe property

The System.Windows.Forms.Label associated with the ProductPhotoId property.
protected System.Windows.Forms.Label uxProductPhotoIdLabel
return System.Windows.Forms.Label

uxThumbNailPhoto protected_oe property

TextBox for the ThumbNailPhoto property.
protected System.Windows.Forms.TextBox uxThumbNailPhoto
return System.Windows.Forms.TextBox

uxThumbNailPhotoLabel protected_oe property

The System.Windows.Forms.Label associated with the ThumbNailPhoto property.
protected System.Windows.Forms.Label uxThumbNailPhotoLabel
return System.Windows.Forms.Label

uxThumbnailPhotoFileName protected_oe property

TextBox for the ThumbnailPhotoFileName property.
protected System.Windows.Forms.TextBox uxThumbnailPhotoFileName
return System.Windows.Forms.TextBox

uxThumbnailPhotoFileNameLabel protected_oe property

The System.Windows.Forms.Label associated with the ThumbnailPhotoFileName property.
protected System.Windows.Forms.Label uxThumbnailPhotoFileNameLabel
return System.Windows.Forms.Label