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

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

Protected Properties

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

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

Méthodes publiques

Méthode Description
EmployeeEditControlBase ( )

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

EmployeeEditControlBase() public méthode

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

uxBirthDate protected_oe property

DataTimePicker for the BirthDate property.
protected System.Windows.Forms.DateTimePicker uxBirthDate
Résultat System.Windows.Forms.DateTimePicker

uxBirthDateLabel protected_oe property

The System.Windows.Forms.Label associated with the BirthDate property.
protected System.Windows.Forms.Label uxBirthDateLabel
Résultat System.Windows.Forms.Label

uxContactId protected_oe property

ComboBox for the ContactId property.
protected System.Windows.Forms.ComboBox uxContactId
Résultat System.Windows.Forms.ComboBox

uxContactIdLabel protected_oe property

The System.Windows.Forms.Label associated with the ContactId property.
protected System.Windows.Forms.Label uxContactIdLabel
Résultat System.Windows.Forms.Label

uxCurrentFlag protected_oe property

CheckBox for the CurrentFlag property.
protected System.Windows.Forms.CheckBox uxCurrentFlag
Résultat System.Windows.Forms.CheckBox

uxCurrentFlagLabel protected_oe property

The System.Windows.Forms.Label associated with the CurrentFlag property.
protected System.Windows.Forms.Label uxCurrentFlagLabel
Résultat System.Windows.Forms.Label

uxEmployeeId protected_oe property

TextBox for the EmployeeId property.
protected System.Windows.Forms.TextBox uxEmployeeId
Résultat System.Windows.Forms.TextBox

uxEmployeeIdLabel protected_oe property

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

uxGender protected_oe property

TextBox for the Gender property.
protected System.Windows.Forms.TextBox uxGender
Résultat System.Windows.Forms.TextBox

uxGenderLabel protected_oe property

The System.Windows.Forms.Label associated with the Gender property.
protected System.Windows.Forms.Label uxGenderLabel
Résultat System.Windows.Forms.Label

uxHireDate protected_oe property

DataTimePicker for the HireDate property.
protected System.Windows.Forms.DateTimePicker uxHireDate
Résultat System.Windows.Forms.DateTimePicker

uxHireDateLabel protected_oe property

The System.Windows.Forms.Label associated with the HireDate property.
protected System.Windows.Forms.Label uxHireDateLabel
Résultat System.Windows.Forms.Label

uxLoginId protected_oe property

TextBox for the LoginId property.
protected System.Windows.Forms.TextBox uxLoginId
Résultat System.Windows.Forms.TextBox

uxLoginIdLabel protected_oe property

The System.Windows.Forms.Label associated with the LoginId property.
protected System.Windows.Forms.Label uxLoginIdLabel
Résultat System.Windows.Forms.Label

uxManagerId protected_oe property

ComboBox for the ManagerId property.
protected System.Windows.Forms.ComboBox uxManagerId
Résultat System.Windows.Forms.ComboBox

uxManagerIdLabel protected_oe property

The System.Windows.Forms.Label associated with the ManagerId property.
protected System.Windows.Forms.Label uxManagerIdLabel
Résultat System.Windows.Forms.Label

uxMaritalStatus protected_oe property

TextBox for the MaritalStatus property.
protected System.Windows.Forms.TextBox uxMaritalStatus
Résultat System.Windows.Forms.TextBox

uxMaritalStatusLabel protected_oe property

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

uxNationalIdNumber protected_oe property

TextBox for the NationalIdNumber property.
protected System.Windows.Forms.TextBox uxNationalIdNumber
Résultat System.Windows.Forms.TextBox

uxNationalIdNumberLabel protected_oe property

The System.Windows.Forms.Label associated with the NationalIdNumber property.
protected System.Windows.Forms.Label uxNationalIdNumberLabel
Résultat System.Windows.Forms.Label

uxRowguid protected_oe property

TextBox for the Rowguid property.
protected System.Windows.Forms.TextBox uxRowguid
Résultat System.Windows.Forms.TextBox

uxRowguidLabel protected_oe property

The System.Windows.Forms.Label associated with the Rowguid property.
protected System.Windows.Forms.Label uxRowguidLabel
Résultat System.Windows.Forms.Label

uxSalariedFlag protected_oe property

CheckBox for the SalariedFlag property.
protected System.Windows.Forms.CheckBox uxSalariedFlag
Résultat System.Windows.Forms.CheckBox

uxSalariedFlagLabel protected_oe property

The System.Windows.Forms.Label associated with the SalariedFlag property.
protected System.Windows.Forms.Label uxSalariedFlagLabel
Résultat System.Windows.Forms.Label

uxSickLeaveHours protected_oe property

TextBox for the SickLeaveHours property.
protected System.Windows.Forms.TextBox uxSickLeaveHours
Résultat System.Windows.Forms.TextBox

uxSickLeaveHoursLabel protected_oe property

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

uxVacationHours protected_oe property

TextBox for the VacationHours property.
protected System.Windows.Forms.TextBox uxVacationHours
Résultat System.Windows.Forms.TextBox

uxVacationHoursLabel protected_oe property

The System.Windows.Forms.Label associated with the VacationHours property.
protected System.Windows.Forms.Label uxVacationHoursLabel
Résultat System.Windows.Forms.Label