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

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

Protected Properties

Property 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

Property Type Description
BindControls void
uxBindingSource_currentItemChanged void

Public Methods

Method Description
DocumentEditControlBase ( )

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

DocumentEditControlBase() public method

Initializes a new instance of the DocumentEditControlBase class.

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

uxChangeNumber protected_oe property

TextBox for the ChangeNumber property.
protected System.Windows.Forms.TextBox uxChangeNumber
return System.Windows.Forms.TextBox

uxChangeNumberLabel protected_oe property

The System.Windows.Forms.Label associated with the ChangeNumber property.
protected System.Windows.Forms.Label uxChangeNumberLabel
return System.Windows.Forms.Label

uxDocument protected_oe property

TextBox for the Document property.
protected System.Windows.Forms.TextBox uxDocument
return System.Windows.Forms.TextBox

uxDocumentId protected_oe property

TextBox for the DocumentId property.
protected System.Windows.Forms.TextBox uxDocumentId
return System.Windows.Forms.TextBox

uxDocumentIdLabel protected_oe property

The System.Windows.Forms.Label associated with the DocumentId property.
protected System.Windows.Forms.Label uxDocumentIdLabel
return System.Windows.Forms.Label

uxDocumentLabel protected_oe property

The System.Windows.Forms.Label associated with the Document property.
protected System.Windows.Forms.Label uxDocumentLabel
return System.Windows.Forms.Label

uxDocumentSummary protected_oe property

TextBox for the DocumentSummary property.
protected System.Windows.Forms.TextBox uxDocumentSummary
return System.Windows.Forms.TextBox

uxDocumentSummaryLabel protected_oe property

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

uxFileExtension protected_oe property

TextBox for the FileExtension property.
protected System.Windows.Forms.TextBox uxFileExtension
return System.Windows.Forms.TextBox

uxFileExtensionLabel protected_oe property

The System.Windows.Forms.Label associated with the FileExtension property.
protected System.Windows.Forms.Label uxFileExtensionLabel
return System.Windows.Forms.Label

uxFileName protected_oe property

TextBox for the FileName property.
protected System.Windows.Forms.TextBox uxFileName
return System.Windows.Forms.TextBox

uxFileNameLabel protected_oe property

The System.Windows.Forms.Label associated with the FileName property.
protected System.Windows.Forms.Label uxFileNameLabel
return System.Windows.Forms.Label

uxModifiedDate protected_oe property

DataTimePicker for the ModifiedDate property.
protected System.Windows.Forms.DateTimePicker uxModifiedDate
return System.Windows.Forms.DateTimePicker

uxModifiedDateLabel protected_oe property

The System.Windows.Forms.Label associated with the ModifiedDate property.
protected System.Windows.Forms.Label uxModifiedDateLabel
return System.Windows.Forms.Label

uxRevision protected_oe property

TextBox for the Revision property.
protected System.Windows.Forms.TextBox uxRevision
return System.Windows.Forms.TextBox

uxRevisionLabel protected_oe property

The System.Windows.Forms.Label associated with the Revision property.
protected System.Windows.Forms.Label uxRevisionLabel
return System.Windows.Forms.Label

uxStatus protected_oe property

TextBox for the Status property.
protected System.Windows.Forms.TextBox uxStatus
return System.Windows.Forms.TextBox

uxStatusLabel protected_oe property

The System.Windows.Forms.Label associated with the Status property.
protected System.Windows.Forms.Label uxStatusLabel
return System.Windows.Forms.Label

uxTitle protected_oe property

TextBox for the Title property.
protected System.Windows.Forms.TextBox uxTitle
return System.Windows.Forms.TextBox

uxTitleLabel protected_oe property

The System.Windows.Forms.Label associated with the Title property.
protected System.Windows.Forms.Label uxTitleLabel
return System.Windows.Forms.Label