Click or drag to resize

IReminderLetterEntryForm Interface

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

The IReminderLetterEntryForm type exposes the following members.

Properties
  NameDescription
Public propertyActions
Actions of the form
(Inherited from IApiEntryForm.)
Public propertyapplyFilterButton
Gets the control applyFilterButton
Public propertycommitmentExpiredDateTimeEditor
Gets the control commitmentExpiredDateTimeEditor
Public propertycustomerFromStringLookupEditor
Gets the control customerFromStringLookupEditor
Public propertycustomerToStringLookupEditor
Gets the control customerToStringLookupEditor
Public propertydoubtfulCommitementCheckBoxEditor
Gets the control doubtfulCommitementCheckBoxEditor
Public propertyEntity
Gets the main Entity used in the Form
Public propertyForm
Gets the form
(Inherited from IForm.)
Public propertymustBeSentByFaxCheckBoxEditor
Gets the control mustBeSentByFaxCheckBoxEditor
Public propertymustBeSentByMailCheckBoxEditor
Gets the control mustBeSentByMailCheckBoxEditor
Public propertynotesRichTextEditor
Gets the control notesRichTextEditor
Public propertynotIncrementReminderLevelCheckBoxEditor
Gets the control notIncrementReminderLevelCheckBoxEditor
Public propertypaymentCustomerFromStringLookupEditor
Gets the control paymentCustomerFromStringLookupEditor
Public propertypaymentCustomerToStringLookupEditor
Gets the control paymentCustomerToStringLookupEditor
Public propertypaymentTypeFromStringLookupEditor
Gets the control paymentTypeFromStringLookupEditor
Public propertypaymentTypeToStringLookupEditor
Gets the control paymentTypeToStringLookupEditor
Public propertyreminderCommitmentDataGrid
Gets the control reminderCommitmentDataGrid
Public propertyreminderCountNumberEditor
Gets the control reminderCountNumberEditor
Public propertyreminderCriticalLevelImageComboEditor
Gets the control reminderCriticalLevelImageComboEditor
Public propertyreminderDateTimeEditor
Gets the control reminderDateTimeEditor
Public propertyreminderLevelImageComboEditor
Gets the control reminderLevelImageComboEditor
Public propertyreminderNumberNumberEditor
Gets the control reminderNumberNumberEditor
Public propertysendingModeImageComboEditor
Gets the control sendingModeImageComboEditor
Public propertyunrecoverableCommitmentCheckBoxEditor
Gets the control unrecoverableCommitmentCheckBoxEditor
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 IReminderLetterEntryForm type can be instantiated with EBP.Api.Utils<TExtension>.CreateEntryForm<T>
IReminderLetterEntryForm instance = Utils<ExtensionType>.CreateEntryForm<IReminderLetterEntryForm>(FormGuids.FormGuid, entityId);
See Also