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

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

보호된 프로퍼티들

프로퍼티 타입 설명
uxBindingSource System.Windows.Forms.BindingSource
uxDatabaseLogId System.Windows.Forms.TextBox
uxDatabaseLogIdLabel System.Windows.Forms.Label
uxDatabaseUser System.Windows.Forms.TextBox
uxDatabaseUserLabel System.Windows.Forms.Label
uxErrorProvider System.Windows.Forms.ErrorProvider
uxPostTime System.Windows.Forms.DateTimePicker
uxPostTimeLabel System.Windows.Forms.Label
uxSafeNameEvent System.Windows.Forms.TextBox
uxSafeNameEventLabel System.Windows.Forms.Label
uxSafeNameObject System.Windows.Forms.TextBox
uxSafeNameObjectLabel System.Windows.Forms.Label
uxSchema System.Windows.Forms.TextBox
uxSchemaLabel System.Windows.Forms.Label
uxTsql System.Windows.Forms.TextBox
uxTsqlLabel System.Windows.Forms.Label
uxXmlEvent System.Windows.Forms.TextBox
uxXmlEventLabel System.Windows.Forms.Label

Private Properties

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

공개 메소드들

메소드 설명
DatabaseLogEditControlBase ( )

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

메소드 상세

DatabaseLogEditControlBase() 공개 메소드

Initializes a new instance of the DatabaseLogEditControlBase class.

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

프로퍼티 상세

uxBindingSource 보호되어 있는 프로퍼티

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

uxDatabaseLogId 보호되어 있는 프로퍼티

TextBox for the DatabaseLogId property.
protected System.Windows.Forms.TextBox uxDatabaseLogId
리턴 System.Windows.Forms.TextBox

uxDatabaseLogIdLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the DatabaseLogId property.
protected System.Windows.Forms.Label uxDatabaseLogIdLabel
리턴 System.Windows.Forms.Label

uxDatabaseUser 보호되어 있는 프로퍼티

TextBox for the DatabaseUser property.
protected System.Windows.Forms.TextBox uxDatabaseUser
리턴 System.Windows.Forms.TextBox

uxDatabaseUserLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the DatabaseUser property.
protected System.Windows.Forms.Label uxDatabaseUserLabel
리턴 System.Windows.Forms.Label

uxErrorProvider 보호되어 있는 프로퍼티

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

uxPostTime 보호되어 있는 프로퍼티

DataTimePicker for the PostTime property.
protected System.Windows.Forms.DateTimePicker uxPostTime
리턴 System.Windows.Forms.DateTimePicker

uxPostTimeLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the PostTime property.
protected System.Windows.Forms.Label uxPostTimeLabel
리턴 System.Windows.Forms.Label

uxSafeNameEvent 보호되어 있는 프로퍼티

TextBox for the SafeNameEvent property.
protected System.Windows.Forms.TextBox uxSafeNameEvent
리턴 System.Windows.Forms.TextBox

uxSafeNameEventLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the SafeNameEvent property.
protected System.Windows.Forms.Label uxSafeNameEventLabel
리턴 System.Windows.Forms.Label

uxSafeNameObject 보호되어 있는 프로퍼티

TextBox for the SafeNameObject property.
protected System.Windows.Forms.TextBox uxSafeNameObject
리턴 System.Windows.Forms.TextBox

uxSafeNameObjectLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the SafeNameObject property.
protected System.Windows.Forms.Label uxSafeNameObjectLabel
리턴 System.Windows.Forms.Label

uxSchema 보호되어 있는 프로퍼티

TextBox for the Schema property.
protected System.Windows.Forms.TextBox uxSchema
리턴 System.Windows.Forms.TextBox

uxSchemaLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the Schema property.
protected System.Windows.Forms.Label uxSchemaLabel
리턴 System.Windows.Forms.Label

uxTsql 보호되어 있는 프로퍼티

TextBox for the Tsql property.
protected System.Windows.Forms.TextBox uxTsql
리턴 System.Windows.Forms.TextBox

uxTsqlLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the Tsql property.
protected System.Windows.Forms.Label uxTsqlLabel
리턴 System.Windows.Forms.Label

uxXmlEvent 보호되어 있는 프로퍼티

TextBox for the XmlEvent property.
protected System.Windows.Forms.TextBox uxXmlEvent
리턴 System.Windows.Forms.TextBox

uxXmlEventLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the XmlEvent property.
protected System.Windows.Forms.Label uxXmlEventLabel
리턴 System.Windows.Forms.Label