C# Класс Nettiers.AdventureWorks.Windows.Forms.DatabaseLogEditControlBase

Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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