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

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

Protected Properties

Свойство Type Description
uxBindingSource System.Windows.Forms.BindingSource
uxChangeNumber System.Windows.Forms.TextBox
uxChangeNumberLabel System.Windows.Forms.Label
uxDocument System.Windows.Forms.TextBox
uxDocumentId System.Windows.Forms.TextBox
uxDocumentIdLabel System.Windows.Forms.Label
uxDocumentLabel System.Windows.Forms.Label
uxDocumentSummary System.Windows.Forms.TextBox
uxDocumentSummaryLabel System.Windows.Forms.Label
uxErrorProvider System.Windows.Forms.ErrorProvider
uxFileExtension System.Windows.Forms.TextBox
uxFileExtensionLabel System.Windows.Forms.Label
uxFileName System.Windows.Forms.TextBox
uxFileNameLabel System.Windows.Forms.Label
uxModifiedDate System.Windows.Forms.DateTimePicker
uxModifiedDateLabel System.Windows.Forms.Label
uxRevision System.Windows.Forms.TextBox
uxRevisionLabel System.Windows.Forms.Label
uxStatus System.Windows.Forms.TextBox
uxStatusLabel System.Windows.Forms.Label
uxTitle System.Windows.Forms.TextBox
uxTitleLabel System.Windows.Forms.Label

Private Properties

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

Méthodes publiques

Méthode Description
DocumentEditControlBase ( )

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

DocumentEditControlBase() public méthode

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

uxChangeNumber protected_oe property

TextBox for the ChangeNumber property.
protected System.Windows.Forms.TextBox uxChangeNumber
Résultat System.Windows.Forms.TextBox

uxChangeNumberLabel protected_oe property

The System.Windows.Forms.Label associated with the ChangeNumber property.
protected System.Windows.Forms.Label uxChangeNumberLabel
Résultat System.Windows.Forms.Label

uxDocument protected_oe property

TextBox for the Document property.
protected System.Windows.Forms.TextBox uxDocument
Résultat System.Windows.Forms.TextBox

uxDocumentId protected_oe property

TextBox for the DocumentId property.
protected System.Windows.Forms.TextBox uxDocumentId
Résultat System.Windows.Forms.TextBox

uxDocumentIdLabel protected_oe property

The System.Windows.Forms.Label associated with the DocumentId property.
protected System.Windows.Forms.Label uxDocumentIdLabel
Résultat System.Windows.Forms.Label

uxDocumentLabel protected_oe property

The System.Windows.Forms.Label associated with the Document property.
protected System.Windows.Forms.Label uxDocumentLabel
Résultat System.Windows.Forms.Label

uxDocumentSummary protected_oe property

TextBox for the DocumentSummary property.
protected System.Windows.Forms.TextBox uxDocumentSummary
Résultat System.Windows.Forms.TextBox

uxDocumentSummaryLabel protected_oe property

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

uxFileExtension protected_oe property

TextBox for the FileExtension property.
protected System.Windows.Forms.TextBox uxFileExtension
Résultat System.Windows.Forms.TextBox

uxFileExtensionLabel protected_oe property

The System.Windows.Forms.Label associated with the FileExtension property.
protected System.Windows.Forms.Label uxFileExtensionLabel
Résultat System.Windows.Forms.Label

uxFileName protected_oe property

TextBox for the FileName property.
protected System.Windows.Forms.TextBox uxFileName
Résultat System.Windows.Forms.TextBox

uxFileNameLabel protected_oe property

The System.Windows.Forms.Label associated with the FileName property.
protected System.Windows.Forms.Label uxFileNameLabel
Résultat System.Windows.Forms.Label

uxModifiedDate protected_oe property

DataTimePicker for the ModifiedDate property.
protected System.Windows.Forms.DateTimePicker uxModifiedDate
Résultat System.Windows.Forms.DateTimePicker

uxModifiedDateLabel protected_oe property

The System.Windows.Forms.Label associated with the ModifiedDate property.
protected System.Windows.Forms.Label uxModifiedDateLabel
Résultat System.Windows.Forms.Label

uxRevision protected_oe property

TextBox for the Revision property.
protected System.Windows.Forms.TextBox uxRevision
Résultat System.Windows.Forms.TextBox

uxRevisionLabel protected_oe property

The System.Windows.Forms.Label associated with the Revision property.
protected System.Windows.Forms.Label uxRevisionLabel
Résultat System.Windows.Forms.Label

uxStatus protected_oe property

TextBox for the Status property.
protected System.Windows.Forms.TextBox uxStatus
Résultat System.Windows.Forms.TextBox

uxStatusLabel protected_oe property

The System.Windows.Forms.Label associated with the Status property.
protected System.Windows.Forms.Label uxStatusLabel
Résultat System.Windows.Forms.Label

uxTitle protected_oe property

TextBox for the Title property.
protected System.Windows.Forms.TextBox uxTitle
Résultat System.Windows.Forms.TextBox

uxTitleLabel protected_oe property

The System.Windows.Forms.Label associated with the Title property.
protected System.Windows.Forms.Label uxTitleLabel
Résultat System.Windows.Forms.Label