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

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

Protected Properties

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

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

Méthodes publiques

Méthode Description
DatabaseLogEditControlBase ( )

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

DatabaseLogEditControlBase() public méthode

Initializes a new instance of the DatabaseLogEditControlBase class.

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

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

uxDatabaseLogId protected_oe property

TextBox for the DatabaseLogId property.
protected System.Windows.Forms.TextBox uxDatabaseLogId
Résultat System.Windows.Forms.TextBox

uxDatabaseLogIdLabel protected_oe property

The System.Windows.Forms.Label associated with the DatabaseLogId property.
protected System.Windows.Forms.Label uxDatabaseLogIdLabel
Résultat System.Windows.Forms.Label

uxDatabaseUser protected_oe property

TextBox for the DatabaseUser property.
protected System.Windows.Forms.TextBox uxDatabaseUser
Résultat System.Windows.Forms.TextBox

uxDatabaseUserLabel protected_oe property

The System.Windows.Forms.Label associated with the DatabaseUser property.
protected System.Windows.Forms.Label uxDatabaseUserLabel
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

uxPostTime protected_oe property

DataTimePicker for the PostTime property.
protected System.Windows.Forms.DateTimePicker uxPostTime
Résultat System.Windows.Forms.DateTimePicker

uxPostTimeLabel protected_oe property

The System.Windows.Forms.Label associated with the PostTime property.
protected System.Windows.Forms.Label uxPostTimeLabel
Résultat System.Windows.Forms.Label

uxSafeNameEvent protected_oe property

TextBox for the SafeNameEvent property.
protected System.Windows.Forms.TextBox uxSafeNameEvent
Résultat System.Windows.Forms.TextBox

uxSafeNameEventLabel protected_oe property

The System.Windows.Forms.Label associated with the SafeNameEvent property.
protected System.Windows.Forms.Label uxSafeNameEventLabel
Résultat System.Windows.Forms.Label

uxSafeNameObject protected_oe property

TextBox for the SafeNameObject property.
protected System.Windows.Forms.TextBox uxSafeNameObject
Résultat System.Windows.Forms.TextBox

uxSafeNameObjectLabel protected_oe property

The System.Windows.Forms.Label associated with the SafeNameObject property.
protected System.Windows.Forms.Label uxSafeNameObjectLabel
Résultat System.Windows.Forms.Label

uxSchema protected_oe property

TextBox for the Schema property.
protected System.Windows.Forms.TextBox uxSchema
Résultat System.Windows.Forms.TextBox

uxSchemaLabel protected_oe property

The System.Windows.Forms.Label associated with the Schema property.
protected System.Windows.Forms.Label uxSchemaLabel
Résultat System.Windows.Forms.Label

uxTsql protected_oe property

TextBox for the Tsql property.
protected System.Windows.Forms.TextBox uxTsql
Résultat System.Windows.Forms.TextBox

uxTsqlLabel protected_oe property

The System.Windows.Forms.Label associated with the Tsql property.
protected System.Windows.Forms.Label uxTsqlLabel
Résultat System.Windows.Forms.Label

uxXmlEvent protected_oe property

TextBox for the XmlEvent property.
protected System.Windows.Forms.TextBox uxXmlEvent
Résultat System.Windows.Forms.TextBox

uxXmlEventLabel protected_oe property

The System.Windows.Forms.Label associated with the XmlEvent property.
protected System.Windows.Forms.Label uxXmlEventLabel
Résultat System.Windows.Forms.Label