Click or drag to resize

IDealActivityEntryForm Interface

Deal activity entryform

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 IDealActivityEntryForm : IActivityEntryForm, 
	IEntryForm, IForm, IDisposable, IEquatable<IProxy>, 
	IApiEntryForm

The IDealActivityEntryForm type exposes the following members.

Properties
  NameDescription
Public propertyActions
Actions of the form
(Inherited from IApiEntryForm.)
Public propertycaptionTextEditor
Gets the control captionTextEditor
(Inherited from IActivityEntryForm.)
Public propertycategoryImageComboEditor
Gets the control categoryImageComboEditor
(Inherited from IActivityEntryForm.)
Public propertycellPhoneTextEditor
Gets the control cellPhoneTextEditor
(Inherited from IActivityEntryForm.)
Public propertycivilityStringLookupEditor
Gets the control civilityStringLookupEditor
(Inherited from IActivityEntryForm.)
Public propertycolleagueIdStringLookupEditor
Gets the control colleagueIdStringLookupEditor
(Inherited from IActivityEntryForm.)
Public propertyconstructionSiteIdStringLookupEditor
Gets the control constructionSiteIdStringLookupEditor
(Inherited from IActivityEntryForm.)
Public propertycontactIdImageComboEditor
Gets the control contactIdImageComboEditor
(Inherited from IActivityEntryForm.)
Public propertycreatorColleagueIdStringLookupEditor
Gets the control creatorColleagueIdStringLookupEditor
(Inherited from IActivityEntryForm.)
Public propertycustomerIdStringLookupEditor
Gets the control customerIdStringLookupEditor
(Inherited from IActivityEntryForm.)
Public propertycustomerNameTextEditor
Gets the control customerNameTextEditor
(Inherited from IActivityEntryForm.)
Public propertydealIdStringLookupEditor
Gets the control dealIdStringLookupEditor
(Inherited from IActivityEntryForm.)
Public propertydocumentTypeImageComboEditor
Gets the control documentTypeImageComboEditor
(Inherited from IActivityEntryForm.)
Public propertyeMailTextEditor
Gets the control eMailTextEditor
(Inherited from IActivityEntryForm.)
Public propertyendDateTimeEditor
Gets the control endDateTimeEditor
(Inherited from IActivityEntryForm.)
Public propertyEntity
Gets the main Entity used in the Form
Public propertyeventStateImageComboEditor
Gets the control eventStateImageComboEditor
(Inherited from IActivityEntryForm.)
Public propertyeventTypeGuidLookupEditor
Gets the control eventTypeGuidLookupEditor
(Inherited from IActivityEntryForm.)
Public propertyfaxTextEditor
Gets the control faxTextEditor
(Inherited from IActivityEntryForm.)
Public propertyfirstNameTextEditor
Gets the control firstNameTextEditor
(Inherited from IActivityEntryForm.)
Public propertyForm
Gets the form
(Inherited from IForm.)
Public propertyincidentIdStringLookupEditor
Gets the control incidentIdStringLookupEditor
(Inherited from IActivityEntryForm.)
Public propertylastNameTextEditor
Gets the control lastNameTextEditor
(Inherited from IActivityEntryForm.)
Public propertymaintenanceContractIdStringLookupEditor
Gets the control maintenanceContractIdStringLookupEditor
(Inherited from IActivityEntryForm.)
Public propertynotesRichTextEditor
Gets the control notesRichTextEditor
(Inherited from IActivityEntryForm.)
Public propertyphoneTextEditor
Gets the control phoneTextEditor
(Inherited from IActivityEntryForm.)
Public propertypurchaseDocumentIdGuidLookupEditor
Gets the control purchaseDocumentIdGuidLookupEditor
(Inherited from IActivityEntryForm.)
Public propertysaleDocumentIdGuidLookupEditor
Gets the control saleDocumentIdGuidLookupEditor
(Inherited from IActivityEntryForm.)
Public propertystartDateTimeEditor
Gets the control startDateTimeEditor
(Inherited from IActivityEntryForm.)
Public propertysupplierIdStringLookupEditor
Gets the control supplierIdStringLookupEditor
(Inherited from IActivityEntryForm.)
Public propertysupplierNameTextEditor
Gets the control supplierNameTextEditor
(Inherited from IActivityEntryForm.)
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 IDealActivityEntryForm type can be instantiated with EBP.Api.Utils<TExtension>.CreateEntryForm<T>
IDealActivityEntryForm instance = Utils<ExtensionType>.CreateEntryForm<IDealActivityEntryForm>(FormGuids.FormGuid, entityId);
See Also