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

Inheritance: System.Windows.Forms.UserControl
显示文件 Open project: netTiers/netTiers

Protected Properties

Property Type Description
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

Property Type Description
BindControls void
uxBindingSource_currentItemChanged void

Public Methods

Method Description
DatabaseLogEditControlBase ( )

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

DatabaseLogEditControlBase() public method

Initializes a new instance of the DatabaseLogEditControlBase class.

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

InitializeComponent() public method

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

Property Details

uxBindingSource protected_oe property

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

uxDatabaseLogId protected_oe property

TextBox for the DatabaseLogId property.
protected System.Windows.Forms.TextBox uxDatabaseLogId
return System.Windows.Forms.TextBox

uxDatabaseLogIdLabel protected_oe property

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

uxDatabaseUser protected_oe property

TextBox for the DatabaseUser property.
protected System.Windows.Forms.TextBox uxDatabaseUser
return System.Windows.Forms.TextBox

uxDatabaseUserLabel protected_oe property

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

uxErrorProvider protected_oe property

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

uxPostTime protected_oe property

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

uxPostTimeLabel protected_oe property

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

uxSafeNameEvent protected_oe property

TextBox for the SafeNameEvent property.
protected System.Windows.Forms.TextBox uxSafeNameEvent
return System.Windows.Forms.TextBox

uxSafeNameEventLabel protected_oe property

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

uxSafeNameObject protected_oe property

TextBox for the SafeNameObject property.
protected System.Windows.Forms.TextBox uxSafeNameObject
return System.Windows.Forms.TextBox

uxSafeNameObjectLabel protected_oe property

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

uxSchema protected_oe property

TextBox for the Schema property.
protected System.Windows.Forms.TextBox uxSchema
return System.Windows.Forms.TextBox

uxSchemaLabel protected_oe property

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

uxTsql protected_oe property

TextBox for the Tsql property.
protected System.Windows.Forms.TextBox uxTsql
return System.Windows.Forms.TextBox

uxTsqlLabel protected_oe property

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

uxXmlEvent protected_oe property

TextBox for the XmlEvent property.
protected System.Windows.Forms.TextBox uxXmlEvent
return System.Windows.Forms.TextBox

uxXmlEventLabel protected_oe property

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