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

Inheritance: System.Windows.Forms.UserControl
Show file Open project: netTiers/netTiers

Protected Properties

Property 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

Property Type Description
BindControls void
uxBindingSource_currentItemChanged void

Public Methods

Method Description
ErrorLogEditControlBase ( )

Initializes a new instance of the ErrorLogEditControlBase class.

InitializeComponent ( ) : void

Initializes the component.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
BindControls ( ) : void

Binds the controls.

uxBindingSource_currentItemChanged ( object sender, System e ) : void

Method Details

Dispose() protected method

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

ErrorLogEditControlBase() public method

Initializes a new instance of the ErrorLogEditControlBase class.

InitializeComponent() public method

Initializes the component.
public InitializeComponent ( ) : void
return void

Property Details

uxBindingSource protected property

The BindingSource for the entity.
protected System.Windows.Forms.BindingSource uxBindingSource
return System.Windows.Forms.BindingSource

uxErrorLine protected property

TextBox for the ErrorLine property.
protected System.Windows.Forms.TextBox uxErrorLine
return System.Windows.Forms.TextBox

uxErrorLineLabel protected property

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

uxErrorLogId protected property

TextBox for the ErrorLogId property.
protected System.Windows.Forms.TextBox uxErrorLogId
return System.Windows.Forms.TextBox

uxErrorLogIdLabel protected property

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

uxErrorMessage protected property

TextBox for the ErrorMessage property.
protected System.Windows.Forms.TextBox uxErrorMessage
return System.Windows.Forms.TextBox

uxErrorMessageLabel protected property

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

uxErrorNumber protected property

TextBox for the ErrorNumber property.
protected System.Windows.Forms.TextBox uxErrorNumber
return System.Windows.Forms.TextBox

uxErrorNumberLabel protected property

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

uxErrorProcedure protected property

TextBox for the ErrorProcedure property.
protected System.Windows.Forms.TextBox uxErrorProcedure
return System.Windows.Forms.TextBox

uxErrorProcedureLabel protected property

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

uxErrorProvider protected property

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

uxErrorSeverity protected property

TextBox for the ErrorSeverity property.
protected System.Windows.Forms.TextBox uxErrorSeverity
return System.Windows.Forms.TextBox

uxErrorSeverityLabel protected property

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

uxErrorState protected property

TextBox for the ErrorState property.
protected System.Windows.Forms.TextBox uxErrorState
return System.Windows.Forms.TextBox

uxErrorStateLabel protected property

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

uxErrorTime protected property

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

uxErrorTimeLabel protected property

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

uxUserName protected property

TextBox for the UserName property.
protected System.Windows.Forms.TextBox uxUserName
return System.Windows.Forms.TextBox

uxUserNameLabel protected property

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