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 |
Property | Type | Description | |
---|---|---|---|
BindControls | void | ||
uxBindingSource_currentItemChanged | void |
Method | Description | |
---|---|---|
EmployeeEditControlBase ( ) |
Initializes a new instance of the EmployeeEditControlBase class.
|
|
InitializeComponent ( ) : void |
Initializes the component.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
BindControls ( ) : void |
Binds the controls.
|
|
uxBindingSource_currentItemChanged ( object sender, System e ) : void |
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected System.Windows.Forms.BindingSource uxBindingSource | ||
return | System.Windows.Forms.BindingSource |
protected System.Windows.Forms.DateTimePicker uxBirthDate | ||
return | System.Windows.Forms.DateTimePicker |
protected System.Windows.Forms.Label uxBirthDateLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.ComboBox uxContactId | ||
return | System.Windows.Forms.ComboBox |
protected System.Windows.Forms.Label uxContactIdLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.CheckBox uxCurrentFlag | ||
return | System.Windows.Forms.CheckBox |
protected System.Windows.Forms.Label uxCurrentFlagLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.TextBox uxEmployeeId | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxEmployeeIdLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.ErrorProvider uxErrorProvider | ||
return | System.Windows.Forms.ErrorProvider |
protected System.Windows.Forms.TextBox uxGender | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxGenderLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.DateTimePicker uxHireDate | ||
return | System.Windows.Forms.DateTimePicker |
protected System.Windows.Forms.Label uxHireDateLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.TextBox uxLoginId | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxLoginIdLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.ComboBox uxManagerId | ||
return | System.Windows.Forms.ComboBox |
protected System.Windows.Forms.Label uxManagerIdLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.TextBox uxMaritalStatus | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxMaritalStatusLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.DateTimePicker uxModifiedDate | ||
return | System.Windows.Forms.DateTimePicker |
protected System.Windows.Forms.Label uxModifiedDateLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.TextBox uxNationalIdNumber | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxNationalIdNumberLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.TextBox uxRowguid | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxRowguidLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.CheckBox uxSalariedFlag | ||
return | System.Windows.Forms.CheckBox |
protected System.Windows.Forms.Label uxSalariedFlagLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.TextBox uxSickLeaveHours | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxSickLeaveHoursLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.TextBox uxTitle | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxTitleLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.TextBox uxVacationHours | ||
return | System.Windows.Forms.TextBox |