Click or drag to resize

IColleagueEntryForm Interface

Colleague Entry Form

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Windows.Forms
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
public interface IColleagueEntryForm : IEntryForm, 
	IForm, IDisposable, IEquatable<IProxy>, IApiEntryForm

The IColleagueEntryForm type exposes the following members.

Properties
  NameDescription
Public propertyabsencesDataGrid
Gets the control absencesDataGrid
Public propertyActions
Actions of the form
(Inherited from IApiEntryForm.)
Public propertyactiveStatusImageComboEditor
Gets the control activeStatusImageComboEditor
Public propertyaddButton
Gets the control addButton
Public propertyAddress1TextEditor
Gets the control Address1TextEditor
Public propertyAddress2TextEditor
Gets the control Address2TextEditor
Public propertyAddress3TextEditor
Gets the control Address3TextEditor
Public propertyAddress4TextEditor
Gets the control Address4TextEditor
Public propertyanalyticGridStringLookupEditor
Gets the control analyticGridStringLookupEditor
Public propertyCellPhoneTextEditor
Gets the control CellPhoneTextEditor
Public propertycifNifTextEditor
Gets the control cifNifTextEditor
Public propertyCityStringLookupEditor
Gets the control CityStringLookupEditor
Public propertycivilityStringLookupEditor
Gets the control civilityStringLookupEditor
Public propertycodeTextEditor
Gets the control codeTextEditor
Public propertycolleagueFamilyStringLookupEditor
Gets the control colleagueFamilyStringLookupEditor
Public propertyCommissionScaleTreeList
Gets the control CommissionScaleTreeList
Public propertycompetencesTreeList
Gets the control competencesTreeList
Public propertyCountryStringLookupEditor
Gets the control CountryStringLookupEditor
Public propertydocumentSerialStringLookupEditor
Gets the control documentSerialStringLookupEditor
Public propertyemailSignatureRichTextEditor
Gets the control emailSignatureRichTextEditor
Public propertyemployeeRegistrationNumberPayrollIntegerLookupEditor
Gets the control employeeRegistrationNumberPayrollIntegerLookupEditor
Public propertyemployeeRegistrationNumberStandAloneTextEditor
Gets the control employeeRegistrationNumberStandAloneTextEditor
Public propertyendAbsenceDateTimeEditor
Gets the control endAbsenceDateTimeEditor
Public propertyEntity
Gets the main Entity used in the Form
Public propertyeventAutomaticAssignCheckBoxEditor
Gets the control eventAutomaticAssignCheckBoxEditor
Public propertyFaxTextEditor
Gets the control FaxTextEditor
Public propertyfirstnameTextEditor
Gets the control firstnameTextEditor
Public propertyForm
Gets the form
(Inherited from IForm.)
Public propertyfunctionStringLookupEditor
Gets the control functionStringLookupEditor
Public propertygroup1GuidLookupEditor
Gets the control group1GuidLookupEditor
Public propertygroup2GuidLookupEditor
Gets the control group2GuidLookupEditor
Public propertyhourlyCostPriceNumberEditor
Gets the control hourlyCostPriceNumberEditor
Public propertyirpfRateNumberEditor
Gets the control irpfRateNumberEditor
Public propertyisSalespersonCheckBoxEditor
Gets the control isSalespersonCheckBoxEditor
Public propertyMailLinkLabelEditor
Gets the control MailLinkLabelEditor
Public propertymaximumDiscountRateNumberEditor
Gets the control maximumDiscountRateNumberEditor
Public propertynameTextEditor
Gets the control nameTextEditor
Public propertyNotesRichTextEditor
Gets the control NotesRichTextEditor
Public propertyPhoneTextEditor
Gets the control PhoneTextEditor
Public propertyreferenceItemIdStringLookupEditor
Gets the control referenceItemIdStringLookupEditor
Public propertyreplaceButton
Gets the control replaceButton
Public propertysalePriceVatExcludedNumberEditor
Gets the control salePriceVatExcludedNumberEditor
Public propertystandardTextStringLookupEditor
Gets the control standardTextStringLookupEditor
Public propertystartAbsenceDateTimeEditor
Gets the control startAbsenceDateTimeEditor
Public propertyStateStringLookupEditor
Gets the control StateStringLookupEditor
Public propertystorehouseIdGuidLookupEditor
Gets the control storehouseIdGuidLookupEditor
Public propertystringLookupEditorSector
Gets the control stringLookupEditorSector
Public propertyuserIdStringLookupEditor
Gets the control userIdStringLookupEditor
Public propertyZipCodeStringLookupEditor
Gets the control ZipCodeStringLookupEditor
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodShow
Show the form
(Inherited from IForm.)
Public methodShowDialog
Show the form as modal
(Inherited from IForm.)
Top
Remarks
The IColleagueEntryForm type can be instantiated with EBP.Api.Utils<TExtension>.CreateEntryForm<T>
IColleagueEntryForm instance = Utils<ExtensionType>.CreateEntryForm<IColleagueEntryForm>(FormGuids.FormGuid, entityId);
See Also