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

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

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

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