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

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

보호된 프로퍼티들

프로퍼티 타입 설명
uxBindingSource System.Windows.Forms.BindingSource
uxChangeNumber System.Windows.Forms.TextBox
uxChangeNumberLabel System.Windows.Forms.Label
uxDocument System.Windows.Forms.TextBox
uxDocumentId System.Windows.Forms.TextBox
uxDocumentIdLabel System.Windows.Forms.Label
uxDocumentLabel System.Windows.Forms.Label
uxDocumentSummary System.Windows.Forms.TextBox
uxDocumentSummaryLabel System.Windows.Forms.Label
uxErrorProvider System.Windows.Forms.ErrorProvider
uxFileExtension System.Windows.Forms.TextBox
uxFileExtensionLabel System.Windows.Forms.Label
uxFileName System.Windows.Forms.TextBox
uxFileNameLabel System.Windows.Forms.Label
uxModifiedDate System.Windows.Forms.DateTimePicker
uxModifiedDateLabel System.Windows.Forms.Label
uxRevision System.Windows.Forms.TextBox
uxRevisionLabel System.Windows.Forms.Label
uxStatus System.Windows.Forms.TextBox
uxStatusLabel System.Windows.Forms.Label
uxTitle System.Windows.Forms.TextBox
uxTitleLabel System.Windows.Forms.Label

Private Properties

프로퍼티 타입 설명
BindControls void
uxBindingSource_currentItemChanged void

공개 메소드들

메소드 설명
DocumentEditControlBase ( )

Initializes a new instance of the DocumentEditControlBase class.

InitializeComponent ( ) : void

Initializes the component.

보호된 메소드들

메소드 설명
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

DocumentEditControlBase() 공개 메소드

Initializes a new instance of the DocumentEditControlBase class.

InitializeComponent() 공개 메소드

Initializes the component.
public InitializeComponent ( ) : void
리턴 void

프로퍼티 상세

uxBindingSource 보호되어 있는 프로퍼티

The BindingSource for the entity.
protected System.Windows.Forms.BindingSource uxBindingSource
리턴 System.Windows.Forms.BindingSource

uxChangeNumber 보호되어 있는 프로퍼티

TextBox for the ChangeNumber property.
protected System.Windows.Forms.TextBox uxChangeNumber
리턴 System.Windows.Forms.TextBox

uxChangeNumberLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the ChangeNumber property.
protected System.Windows.Forms.Label uxChangeNumberLabel
리턴 System.Windows.Forms.Label

uxDocument 보호되어 있는 프로퍼티

TextBox for the Document property.
protected System.Windows.Forms.TextBox uxDocument
리턴 System.Windows.Forms.TextBox

uxDocumentId 보호되어 있는 프로퍼티

TextBox for the DocumentId property.
protected System.Windows.Forms.TextBox uxDocumentId
리턴 System.Windows.Forms.TextBox

uxDocumentIdLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the DocumentId property.
protected System.Windows.Forms.Label uxDocumentIdLabel
리턴 System.Windows.Forms.Label

uxDocumentLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the Document property.
protected System.Windows.Forms.Label uxDocumentLabel
리턴 System.Windows.Forms.Label

uxDocumentSummary 보호되어 있는 프로퍼티

TextBox for the DocumentSummary property.
protected System.Windows.Forms.TextBox uxDocumentSummary
리턴 System.Windows.Forms.TextBox

uxDocumentSummaryLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the DocumentSummary property.
protected System.Windows.Forms.Label uxDocumentSummaryLabel
리턴 System.Windows.Forms.Label

uxErrorProvider 보호되어 있는 프로퍼티

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

uxFileExtension 보호되어 있는 프로퍼티

TextBox for the FileExtension property.
protected System.Windows.Forms.TextBox uxFileExtension
리턴 System.Windows.Forms.TextBox

uxFileExtensionLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the FileExtension property.
protected System.Windows.Forms.Label uxFileExtensionLabel
리턴 System.Windows.Forms.Label

uxFileName 보호되어 있는 프로퍼티

TextBox for the FileName property.
protected System.Windows.Forms.TextBox uxFileName
리턴 System.Windows.Forms.TextBox

uxFileNameLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the FileName property.
protected System.Windows.Forms.Label uxFileNameLabel
리턴 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

uxRevision 보호되어 있는 프로퍼티

TextBox for the Revision property.
protected System.Windows.Forms.TextBox uxRevision
리턴 System.Windows.Forms.TextBox

uxRevisionLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the Revision property.
protected System.Windows.Forms.Label uxRevisionLabel
리턴 System.Windows.Forms.Label

uxStatus 보호되어 있는 프로퍼티

TextBox for the Status property.
protected System.Windows.Forms.TextBox uxStatus
리턴 System.Windows.Forms.TextBox

uxStatusLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the Status property.
protected System.Windows.Forms.Label uxStatusLabel
리턴 System.Windows.Forms.Label

uxTitle 보호되어 있는 프로퍼티

TextBox for the Title property.
protected System.Windows.Forms.TextBox uxTitle
리턴 System.Windows.Forms.TextBox

uxTitleLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the Title property.
protected System.Windows.Forms.Label uxTitleLabel
리턴 System.Windows.Forms.Label