Click or drag to resize

ISettlementModeEntryForm Interface

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

The ISettlementModeEntryForm type exposes the following members.

Properties
  NameDescription
Public propertyActions
Actions of the form
(Inherited from IApiEntryForm.)
Public propertyCaptionTextEditor
Gets the control CaptionTextEditor
Public propertyEntity
Gets the main Entity used in the Form
Public propertyForm
Gets the form
(Inherited from IForm.)
Public propertyIdTextEditor
Gets the control IdTextEditor
Public propertylinesTreeList
Gets the control linesTreeList
Public propertyNotesRichTextEditor
Gets the control NotesRichTextEditor
Public propertyoxatisPaymentTypeCaptionTextEditor
Gets the control oxatisPaymentTypeCaptionTextEditor
Public propertyTestAmountNumberEditor
Gets the control TestAmountNumberEditor
Public propertyTestDateDateTimeEditor
Gets the control TestDateDateTimeEditor
Public propertytestTreeList
Gets the control testTreeList
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 ISettlementModeEntryForm type can be instantiated with EBP.Api.Utils<TExtension>.CreateEntryForm<T>
ISettlementModeEntryForm instance = Utils<ExtensionType>.CreateEntryForm<ISettlementModeEntryForm>(FormGuids.FormGuid, entityId);
See Also