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

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

Protected Properties

Property Type Description
uxBindingSource System.Windows.Forms.BindingSource
uxErrorProvider System.Windows.Forms.ErrorProvider
uxNullFkeyChildId System.Windows.Forms.TextBox
uxNullFkeyChildIdLabel System.Windows.Forms.Label
uxNullFkeyParentId System.Windows.Forms.ComboBox
uxNullFkeyParentIdLabel System.Windows.Forms.Label
uxSomeText System.Windows.Forms.TextBox
uxSomeTextLabel System.Windows.Forms.Label

Private Properties

Property Type Description
BindControls void
uxBindingSource_currentItemChanged void

Public Methods

Method Description
InitializeComponent ( ) : void

Initializes the component.

NullFkeyChildEditControlBase ( )

Initializes a new instance of the NullFkeyChildEditControlBase class.

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

InitializeComponent() public method

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

NullFkeyChildEditControlBase() public method

Initializes a new instance of the NullFkeyChildEditControlBase class.

Property Details

uxBindingSource protected_oe property

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

uxErrorProvider protected_oe property

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

uxNullFkeyChildId protected_oe property

TextBox for the NullFkeyChildId property.
protected System.Windows.Forms.TextBox uxNullFkeyChildId
return System.Windows.Forms.TextBox

uxNullFkeyChildIdLabel protected_oe property

The System.Windows.Forms.Label associated with the NullFkeyChildId property.
protected System.Windows.Forms.Label uxNullFkeyChildIdLabel
return System.Windows.Forms.Label

uxNullFkeyParentId protected_oe property

ComboBox for the NullFkeyParentId property.
protected System.Windows.Forms.ComboBox uxNullFkeyParentId
return System.Windows.Forms.ComboBox

uxNullFkeyParentIdLabel protected_oe property

The System.Windows.Forms.Label associated with the NullFkeyParentId property.
protected System.Windows.Forms.Label uxNullFkeyParentIdLabel
return System.Windows.Forms.Label

uxSomeText protected_oe property

TextBox for the SomeText property.
protected System.Windows.Forms.TextBox uxSomeText
return System.Windows.Forms.TextBox

uxSomeTextLabel protected_oe property

The System.Windows.Forms.Label associated with the SomeText property.
protected System.Windows.Forms.Label uxSomeTextLabel
return System.Windows.Forms.Label