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

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

보호된 프로퍼티들

프로퍼티 타입 설명
uxBindingSource System.Windows.Forms.BindingSource
uxErrorLine System.Windows.Forms.TextBox
uxErrorLineLabel System.Windows.Forms.Label
uxErrorLogId System.Windows.Forms.TextBox
uxErrorLogIdLabel System.Windows.Forms.Label
uxErrorMessage System.Windows.Forms.TextBox
uxErrorMessageLabel System.Windows.Forms.Label
uxErrorNumber System.Windows.Forms.TextBox
uxErrorNumberLabel System.Windows.Forms.Label
uxErrorProcedure System.Windows.Forms.TextBox
uxErrorProcedureLabel System.Windows.Forms.Label
uxErrorProvider System.Windows.Forms.ErrorProvider
uxErrorSeverity System.Windows.Forms.TextBox
uxErrorSeverityLabel System.Windows.Forms.Label
uxErrorState System.Windows.Forms.TextBox
uxErrorStateLabel System.Windows.Forms.Label
uxErrorTime System.Windows.Forms.DateTimePicker
uxErrorTimeLabel System.Windows.Forms.Label
uxUserName System.Windows.Forms.TextBox
uxUserNameLabel System.Windows.Forms.Label

Private Properties

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

공개 메소드들

메소드 설명
ErrorLogEditControlBase ( )

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

ErrorLogEditControlBase() 공개 메소드

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

uxErrorLine 보호되어 있는 프로퍼티

TextBox for the ErrorLine property.
protected System.Windows.Forms.TextBox uxErrorLine
리턴 System.Windows.Forms.TextBox

uxErrorLineLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the ErrorLine property.
protected System.Windows.Forms.Label uxErrorLineLabel
리턴 System.Windows.Forms.Label

uxErrorLogId 보호되어 있는 프로퍼티

TextBox for the ErrorLogId property.
protected System.Windows.Forms.TextBox uxErrorLogId
리턴 System.Windows.Forms.TextBox

uxErrorLogIdLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the ErrorLogId property.
protected System.Windows.Forms.Label uxErrorLogIdLabel
리턴 System.Windows.Forms.Label

uxErrorMessage 보호되어 있는 프로퍼티

TextBox for the ErrorMessage property.
protected System.Windows.Forms.TextBox uxErrorMessage
리턴 System.Windows.Forms.TextBox

uxErrorMessageLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the ErrorMessage property.
protected System.Windows.Forms.Label uxErrorMessageLabel
리턴 System.Windows.Forms.Label

uxErrorNumber 보호되어 있는 프로퍼티

TextBox for the ErrorNumber property.
protected System.Windows.Forms.TextBox uxErrorNumber
리턴 System.Windows.Forms.TextBox

uxErrorNumberLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the ErrorNumber property.
protected System.Windows.Forms.Label uxErrorNumberLabel
리턴 System.Windows.Forms.Label

uxErrorProcedure 보호되어 있는 프로퍼티

TextBox for the ErrorProcedure property.
protected System.Windows.Forms.TextBox uxErrorProcedure
리턴 System.Windows.Forms.TextBox

uxErrorProcedureLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the ErrorProcedure property.
protected System.Windows.Forms.Label uxErrorProcedureLabel
리턴 System.Windows.Forms.Label

uxErrorProvider 보호되어 있는 프로퍼티

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

uxErrorSeverity 보호되어 있는 프로퍼티

TextBox for the ErrorSeverity property.
protected System.Windows.Forms.TextBox uxErrorSeverity
리턴 System.Windows.Forms.TextBox

uxErrorSeverityLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the ErrorSeverity property.
protected System.Windows.Forms.Label uxErrorSeverityLabel
리턴 System.Windows.Forms.Label

uxErrorState 보호되어 있는 프로퍼티

TextBox for the ErrorState property.
protected System.Windows.Forms.TextBox uxErrorState
리턴 System.Windows.Forms.TextBox

uxErrorStateLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the ErrorState property.
protected System.Windows.Forms.Label uxErrorStateLabel
리턴 System.Windows.Forms.Label

uxErrorTime 보호되어 있는 프로퍼티

DataTimePicker for the ErrorTime property.
protected System.Windows.Forms.DateTimePicker uxErrorTime
리턴 System.Windows.Forms.DateTimePicker

uxErrorTimeLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the ErrorTime property.
protected System.Windows.Forms.Label uxErrorTimeLabel
리턴 System.Windows.Forms.Label

uxUserName 보호되어 있는 프로퍼티

TextBox for the UserName property.
protected System.Windows.Forms.TextBox uxUserName
리턴 System.Windows.Forms.TextBox

uxUserNameLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the UserName property.
protected System.Windows.Forms.Label uxUserNameLabel
리턴 System.Windows.Forms.Label