C# 클래스 Nettiers.AdventureWorks.Windows.Forms.ProductPhotoEditControlBase

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: netTiers/netTiers

보호된 프로퍼티들

프로퍼티 타입 설명
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