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

Inheritance: System.Windows.Forms.UserControl
ファイルを表示 Open project: netTiers/netTiers

Protected Properties

Property Type Description
uxBindingSource System.Windows.Forms.BindingSource
uxBirthDate System.Windows.Forms.DateTimePicker
uxBirthDateLabel System.Windows.Forms.Label
uxContactId System.Windows.Forms.ComboBox
uxContactIdLabel System.Windows.Forms.Label
uxCurrentFlag System.Windows.Forms.CheckBox
uxCurrentFlagLabel System.Windows.Forms.Label
uxEmployeeId System.Windows.Forms.TextBox
uxEmployeeIdLabel System.Windows.Forms.Label
uxErrorProvider System.Windows.Forms.ErrorProvider
uxGender System.Windows.Forms.TextBox
uxGenderLabel System.Windows.Forms.Label
uxHireDate System.Windows.Forms.DateTimePicker
uxHireDateLabel System.Windows.Forms.Label
uxLoginId System.Windows.Forms.TextBox
uxLoginIdLabel System.Windows.Forms.Label
uxManagerId System.Windows.Forms.ComboBox
uxManagerIdLabel System.Windows.Forms.Label
uxMaritalStatus System.Windows.Forms.TextBox
uxMaritalStatusLabel System.Windows.Forms.Label
uxModifiedDate System.Windows.Forms.DateTimePicker
uxModifiedDateLabel System.Windows.Forms.Label
uxNationalIdNumber System.Windows.Forms.TextBox
uxNationalIdNumberLabel System.Windows.Forms.Label
uxRowguid System.Windows.Forms.TextBox
uxRowguidLabel System.Windows.Forms.Label
uxSalariedFlag System.Windows.Forms.CheckBox
uxSalariedFlagLabel System.Windows.Forms.Label
uxSickLeaveHours System.Windows.Forms.TextBox
uxSickLeaveHoursLabel System.Windows.Forms.Label
uxTitle System.Windows.Forms.TextBox
uxTitleLabel System.Windows.Forms.Label
uxVacationHours System.Windows.Forms.TextBox
uxVacationHoursLabel System.Windows.Forms.Label

Private Properties

Property Type Description
BindControls void
uxBindingSource_currentItemChanged void

Public Methods

Method Description
EmployeeEditControlBase ( )

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

EmployeeEditControlBase() public method

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

uxBirthDate protected_oe property

DataTimePicker for the BirthDate property.
protected System.Windows.Forms.DateTimePicker uxBirthDate
return System.Windows.Forms.DateTimePicker

uxBirthDateLabel protected_oe property

The System.Windows.Forms.Label associated with the BirthDate property.
protected System.Windows.Forms.Label uxBirthDateLabel
return System.Windows.Forms.Label

uxContactId protected_oe property

ComboBox for the ContactId property.
protected System.Windows.Forms.ComboBox uxContactId
return System.Windows.Forms.ComboBox

uxContactIdLabel protected_oe property

The System.Windows.Forms.Label associated with the ContactId property.
protected System.Windows.Forms.Label uxContactIdLabel
return System.Windows.Forms.Label

uxCurrentFlag protected_oe property

CheckBox for the CurrentFlag property.
protected System.Windows.Forms.CheckBox uxCurrentFlag
return System.Windows.Forms.CheckBox

uxCurrentFlagLabel protected_oe property

The System.Windows.Forms.Label associated with the CurrentFlag property.
protected System.Windows.Forms.Label uxCurrentFlagLabel
return System.Windows.Forms.Label

uxEmployeeId protected_oe property

TextBox for the EmployeeId property.
protected System.Windows.Forms.TextBox uxEmployeeId
return System.Windows.Forms.TextBox

uxEmployeeIdLabel protected_oe property

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

uxGender protected_oe property

TextBox for the Gender property.
protected System.Windows.Forms.TextBox uxGender
return System.Windows.Forms.TextBox

uxGenderLabel protected_oe property

The System.Windows.Forms.Label associated with the Gender property.
protected System.Windows.Forms.Label uxGenderLabel
return System.Windows.Forms.Label

uxHireDate protected_oe property

DataTimePicker for the HireDate property.
protected System.Windows.Forms.DateTimePicker uxHireDate
return System.Windows.Forms.DateTimePicker

uxHireDateLabel protected_oe property

The System.Windows.Forms.Label associated with the HireDate property.
protected System.Windows.Forms.Label uxHireDateLabel
return System.Windows.Forms.Label

uxLoginId protected_oe property

TextBox for the LoginId property.
protected System.Windows.Forms.TextBox uxLoginId
return System.Windows.Forms.TextBox

uxLoginIdLabel protected_oe property

The System.Windows.Forms.Label associated with the LoginId property.
protected System.Windows.Forms.Label uxLoginIdLabel
return System.Windows.Forms.Label

uxManagerId protected_oe property

ComboBox for the ManagerId property.
protected System.Windows.Forms.ComboBox uxManagerId
return System.Windows.Forms.ComboBox

uxManagerIdLabel protected_oe property

The System.Windows.Forms.Label associated with the ManagerId property.
protected System.Windows.Forms.Label uxManagerIdLabel
return System.Windows.Forms.Label

uxMaritalStatus protected_oe property

TextBox for the MaritalStatus property.
protected System.Windows.Forms.TextBox uxMaritalStatus
return System.Windows.Forms.TextBox

uxMaritalStatusLabel protected_oe property

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

uxNationalIdNumber protected_oe property

TextBox for the NationalIdNumber property.
protected System.Windows.Forms.TextBox uxNationalIdNumber
return System.Windows.Forms.TextBox

uxNationalIdNumberLabel protected_oe property

The System.Windows.Forms.Label associated with the NationalIdNumber property.
protected System.Windows.Forms.Label uxNationalIdNumberLabel
return System.Windows.Forms.Label

uxRowguid protected_oe property

TextBox for the Rowguid property.
protected System.Windows.Forms.TextBox uxRowguid
return System.Windows.Forms.TextBox

uxRowguidLabel protected_oe property

The System.Windows.Forms.Label associated with the Rowguid property.
protected System.Windows.Forms.Label uxRowguidLabel
return System.Windows.Forms.Label

uxSalariedFlag protected_oe property

CheckBox for the SalariedFlag property.
protected System.Windows.Forms.CheckBox uxSalariedFlag
return System.Windows.Forms.CheckBox

uxSalariedFlagLabel protected_oe property

The System.Windows.Forms.Label associated with the SalariedFlag property.
protected System.Windows.Forms.Label uxSalariedFlagLabel
return System.Windows.Forms.Label

uxSickLeaveHours protected_oe property

TextBox for the SickLeaveHours property.
protected System.Windows.Forms.TextBox uxSickLeaveHours
return System.Windows.Forms.TextBox

uxSickLeaveHoursLabel protected_oe property

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

uxVacationHours protected_oe property

TextBox for the VacationHours property.
protected System.Windows.Forms.TextBox uxVacationHours
return System.Windows.Forms.TextBox

uxVacationHoursLabel protected_oe property

The System.Windows.Forms.Label associated with the VacationHours property.
protected System.Windows.Forms.Label uxVacationHoursLabel
return System.Windows.Forms.Label