C# Class Nettiers.AdventureWorks.Windows.Forms.ErrorLogEditControlBase

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: netTiers/netTiers

Protected Properties

Свойство Type Description
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

Свойство Type Description
BindControls void
uxBindingSource_currentItemChanged void

Méthodes publiques

Méthode Description
ErrorLogEditControlBase ( )

Initializes a new instance of the ErrorLogEditControlBase class.

InitializeComponent ( ) : void

Initializes the component.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
BindControls ( ) : void

Binds the controls.

uxBindingSource_currentItemChanged ( object sender, System e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

ErrorLogEditControlBase() public méthode

Initializes a new instance of the ErrorLogEditControlBase class.

InitializeComponent() public méthode

Initializes the component.
public InitializeComponent ( ) : void
Résultat void

Property Details

uxBindingSource protected_oe property

The BindingSource for the entity.
protected System.Windows.Forms.BindingSource uxBindingSource
Résultat System.Windows.Forms.BindingSource

uxErrorLine protected_oe property

TextBox for the ErrorLine property.
protected System.Windows.Forms.TextBox uxErrorLine
Résultat System.Windows.Forms.TextBox

uxErrorLineLabel protected_oe property

The System.Windows.Forms.Label associated with the ErrorLine property.
protected System.Windows.Forms.Label uxErrorLineLabel
Résultat System.Windows.Forms.Label

uxErrorLogId protected_oe property

TextBox for the ErrorLogId property.
protected System.Windows.Forms.TextBox uxErrorLogId
Résultat System.Windows.Forms.TextBox

uxErrorLogIdLabel protected_oe property

The System.Windows.Forms.Label associated with the ErrorLogId property.
protected System.Windows.Forms.Label uxErrorLogIdLabel
Résultat System.Windows.Forms.Label

uxErrorMessage protected_oe property

TextBox for the ErrorMessage property.
protected System.Windows.Forms.TextBox uxErrorMessage
Résultat System.Windows.Forms.TextBox

uxErrorMessageLabel protected_oe property

The System.Windows.Forms.Label associated with the ErrorMessage property.
protected System.Windows.Forms.Label uxErrorMessageLabel
Résultat System.Windows.Forms.Label

uxErrorNumber protected_oe property

TextBox for the ErrorNumber property.
protected System.Windows.Forms.TextBox uxErrorNumber
Résultat System.Windows.Forms.TextBox

uxErrorNumberLabel protected_oe property

The System.Windows.Forms.Label associated with the ErrorNumber property.
protected System.Windows.Forms.Label uxErrorNumberLabel
Résultat System.Windows.Forms.Label

uxErrorProcedure protected_oe property

TextBox for the ErrorProcedure property.
protected System.Windows.Forms.TextBox uxErrorProcedure
Résultat System.Windows.Forms.TextBox

uxErrorProcedureLabel protected_oe property

The System.Windows.Forms.Label associated with the ErrorProcedure property.
protected System.Windows.Forms.Label uxErrorProcedureLabel
Résultat System.Windows.Forms.Label

uxErrorProvider protected_oe property

The ErrorProvider for the Entity;
protected System.Windows.Forms.ErrorProvider uxErrorProvider
Résultat System.Windows.Forms.ErrorProvider

uxErrorSeverity protected_oe property

TextBox for the ErrorSeverity property.
protected System.Windows.Forms.TextBox uxErrorSeverity
Résultat System.Windows.Forms.TextBox

uxErrorSeverityLabel protected_oe property

The System.Windows.Forms.Label associated with the ErrorSeverity property.
protected System.Windows.Forms.Label uxErrorSeverityLabel
Résultat System.Windows.Forms.Label

uxErrorState protected_oe property

TextBox for the ErrorState property.
protected System.Windows.Forms.TextBox uxErrorState
Résultat System.Windows.Forms.TextBox

uxErrorStateLabel protected_oe property

The System.Windows.Forms.Label associated with the ErrorState property.
protected System.Windows.Forms.Label uxErrorStateLabel
Résultat System.Windows.Forms.Label

uxErrorTime protected_oe property

DataTimePicker for the ErrorTime property.
protected System.Windows.Forms.DateTimePicker uxErrorTime
Résultat System.Windows.Forms.DateTimePicker

uxErrorTimeLabel protected_oe property

The System.Windows.Forms.Label associated with the ErrorTime property.
protected System.Windows.Forms.Label uxErrorTimeLabel
Résultat System.Windows.Forms.Label

uxUserName protected_oe property

TextBox for the UserName property.
protected System.Windows.Forms.TextBox uxUserName
Résultat System.Windows.Forms.TextBox

uxUserNameLabel protected_oe property

The System.Windows.Forms.Label associated with the UserName property.
protected System.Windows.Forms.Label uxUserNameLabel
Résultat System.Windows.Forms.Label