Click or drag to resize

ITaxEntryForm Interface

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

The ITaxEntryForm type exposes the following members.

Properties
  NameDescription
Public propertyActions
Actions of the form
(Inherited from IApiEntryForm.)
Public propertycalculationBaseImageComboEditor
Gets the control calculationBaseImageComboEditor
Public propertycaptionTextEditor
Gets the control captionTextEditor
Public propertyEntity
Gets the Tax Entity
Public propertyForm
Gets the form
(Inherited from IForm.)
Public propertynotesRichTextEditor
Gets the control notesRichTextEditor
Public propertysubjectToVatCheckBoxEditor
Gets the control subjectToVatCheckBoxEditor
Public propertysubTaxesTreeList
Gets the control subTaxesTreeList
Public propertyterritorialitiesTreeList
Gets the control territorialitiesTreeList
Public propertyunitStringLookupEditor
Gets the control unitStringLookupEditor
Public propertyvalueNumberEditor
Gets the control valueNumberEditor
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 ITaxEntryForm type can be instantiated with EBP.Api.Utils<TExtension>.CreateEntryForm<T>
ITaxEntryForm instance = Utils<ExtensionType>.CreateEntryForm<ITaxEntryForm>(FormGuids.FormGuid, entityId);
See Also