Click or drag to resize

ICustomerProductEntryForm Interface

Customer product entry form

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

The ICustomerProductEntryForm type exposes the following members.

Properties
  NameDescription
Public propertyActions
Actions of the form
(Inherited from IApiEntryForm.)
Public propertyactiveStateImageComboEditor
Gets the control activeStateImageComboEditor
Public propertyblockReasonTextEditor
Gets the control blockReasonTextEditor
Public propertycaptionTextEditor
Gets the control captionTextEditor
Public propertycontractsDataGrid
Gets the control contractsDataGrid
Public propertycustomerIdStringLookupEditor
Gets the control customerIdStringLookupEditor
Public propertycustomerNameTextEditor
Gets the control customerNameTextEditor
Public propertycustomerProductFamilyIdStringLookupEditor
Gets the control customerProductFamilyIdStringLookupEditor
Public propertydeliveryAddress1TextEditor
Gets the control deliveryAddress1TextEditor
Public propertydeliveryAddress2TextEditor
Gets the control deliveryAddress2TextEditor
Public propertydeliveryAddress3TextEditor
Gets the control deliveryAddress3TextEditor
Public propertydeliveryAddress4TextEditor
Gets the control deliveryAddress4TextEditor
Public propertydeliveryAddressCityStringLookupEditor
Gets the control deliveryAddressCityStringLookupEditor
Public propertydeliveryAddressCountryStringLookupEditor
Gets the control deliveryAddressCountryStringLookupEditor
Public propertydeliveryAddressIdGuidLookupEditor
Gets the control deliveryAddressIdGuidLookupEditor
Public propertydeliveryAddressStateStringLookupEditor
Gets the control deliveryAddressStateStringLookupEditor
Public propertydeliveryAddressZipCodeStringLookupEditor
Gets the control deliveryAddressZipCodeStringLookupEditor
Public propertydeliveryContactCellPhoneTextEditor
Gets the control deliveryContactCellPhoneTextEditor
Public propertydeliveryContactCivilityStringLookupEditor
Gets the control deliveryContactCivilityStringLookupEditor
Public propertydeliveryContactEmailTextEditor
Gets the control deliveryContactEmailTextEditor
Public propertydeliveryContactFaxTextEditor
Gets the control deliveryContactFaxTextEditor
Public propertydeliveryContactFirstNameTextEditor
Gets the control deliveryContactFirstNameTextEditor
Public propertydeliveryContactFunctionTextEditor
Gets the control deliveryContactFunctionTextEditor
Public propertydeliveryContactIdImageComboEditor
Gets the control deliveryContactIdImageComboEditor
Public propertydeliveryContactLastNameTextEditor
Gets the control deliveryContactLastNameTextEditor
Public propertydeliveryContactPhoneTextEditor
Gets the control deliveryContactPhoneTextEditor
Public propertydescriptionRichTextEditor
Gets the control descriptionRichTextEditor
Public propertydocumentNumberGuidLookupEditor
Gets the control documentNumberGuidLookupEditor
Public propertyEntity
Gets the main Entity used in the Form
Public propertyeventsDataGrid
Gets the control eventsDataGrid
Public propertyForm
Gets the form
(Inherited from IForm.)
Public propertyguaranteeExtensionTypeIdStringLookupEditor
Gets the control guaranteeExtensionTypeIdStringLookupEditor
Public propertyguaranteeTypeStringLookupEditor
Gets the control guaranteeTypeStringLookupEditor
Public propertyidTextEditor
Gets the control idTextEditor
Public propertyimagePictureEditor
Gets the control imagePictureEditor
Public propertyincidentsDataGrid
Gets the control incidentsDataGrid
Public propertyitemIdStringLookupEditor
Gets the control itemIdStringLookupEditor
Public propertylabourEndDateDateTimeEditor
Gets the control labourEndDateDateTimeEditor
Public propertylabourStartDateDateTimeEditor
Gets the control labourStartDateDateTimeEditor
Public propertynotesRichTextEditor
Gets the control notesRichTextEditor
Public propertypartsEndDateDateTimeEditor
Gets the control partsEndDateDateTimeEditor
Public propertypartsStartDateDateTimeEditor
Gets the control partsStartDateDateTimeEditor
Public propertytrackingNumberTextEditor
Gets the control trackingNumberTextEditor
Public propertytrackinNumberStringLookupEditor
Gets the control trackinNumberStringLookupEditor
Public propertytravelEndDateDateTimeEditor
Gets the control travelEndDateDateTimeEditor
Public propertytravelStartDateDateTimeEditor
Gets the control travelStartDateDateTimeEditor
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 ICustomerProductEntryForm type can be instantiated with EBP.Api.Utils<TExtension>.CreateEntryForm<T>
ICustomerProductEntryForm instance = Utils<ExtensionType>.CreateEntryForm<ICustomerProductEntryForm>(FormGuids.FormGuid, entityId);
See Also