Click or drag to resize

IEcotaxFurnitureEntryForm Interface

Ecotax furniture entry form

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

The IEcotaxFurnitureEntryForm type exposes the following members.

Properties
  NameDescription
Public propertyActions
Actions of the form
(Inherited from IApiEntryForm.)
Public propertycalculationBaseStringLookupEditor
Gets the control calculationBaseStringLookupEditor
Public propertycaptionTextEditor
Gets the control captionTextEditor
Public propertycustomsCodeTextEditor
Gets the control customsCodeTextEditor
Public propertydecreeCategoryTextEditor
Gets the control decreeCategoryTextEditor
Public propertydecreeFunctionTextEditor
Gets the control decreeFunctionTextEditor
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 propertymajoritoryProductMaterialTextEditor
Gets the control majoritoryProductMaterialTextEditor
Public propertynotesRichTextEditor
Gets the control notesRichTextEditor
Public propertyorganizationGuidLookupEditor
Gets the control organizationGuidLookupEditor
Public propertyproducerStatusTextEditor
Gets the control producerStatusTextEditor
Public propertyproductStatusTextEditor
Gets the control productStatusTextEditor
Public propertyvaldeliaFamilyTextEditor
Gets the control valdeliaFamilyTextEditor
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 IEcotaxFurnitureEntryForm type can be instantiated with EBP.Api.Utils<TExtension>.CreateEntryForm<T>
IEcotaxFurnitureEntryForm instance = Utils<ExtensionType>.CreateEntryForm<IEcotaxFurnitureEntryForm>(FormGuids.FormGuid, entityId);
See Also