Click or drag to resize

ICurrencyEntryForm Interface

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

The ICurrencyEntryForm type exposes the following members.

Properties
  NameDescription
Public propertyaccountingPurchasesJournalStringLookupEditor
Gets the control accountingPurchasesJournalStringLookupEditor
Public propertyaccountingSalesJournalStringLookupEditor
Gets the control accountingSalesJournalStringLookupEditor
Public propertyActions
Actions of the form
(Inherited from IApiEntryForm.)
Public propertycaptionTextEditor
Gets the control captionTextEditor
Public propertyconversionRateDecimalCountNumberEditor
Gets the control conversionRateDecimalCountNumberEditor
Public propertyconvertionRateDateDateTimeEditor
Gets the control convertionRateDateDateTimeEditor
Public propertyconvertionRateNumberEditor
Gets the control convertionRateNumberEditor
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 propertynotesRichTextEditor
Gets the control notesRichTextEditor
Public propertyproviderNameTextEditor
Gets the control providerNameTextEditor
Public propertypurchasesJournalTextEditor
Gets the control purchasesJournalTextEditor
Public propertysalesJournalTextEditor
Gets the control salesJournalTextEditor
Public propertysymbolTextEditor
Gets the control symbolTextEditor
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 ICurrencyEntryForm type can be instantiated with EBP.Api.Utils<TExtension>.CreateEntryForm<T>
ICurrencyEntryForm instance = Utils<ExtensionType>.CreateEntryForm<ICurrencyEntryForm>(FormGuids.FormGuid, entityId);
See Also