Click or drag to resize

ISupplierSubFamilyEntryForm Interface

Supplier Sub Family 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 ISupplierSubFamilyEntryForm : IThirdSubFamilyEntryFormBase, 
	IEntryForm, IForm, IDisposable, IEquatable<IProxy>, 
	IApiEntryForm

The ISupplierSubFamilyEntryForm type exposes the following members.

Properties
  NameDescription
Public propertyActions
Actions of the form
(Inherited from IApiEntryForm.)
Public propertyanalyticGridStringLookupEditor
Gets the control analyticGridStringLookupEditor
(Inherited from IThirdSubFamilyEntryFormBase.)
Public propertyEntity
Gets the main Entity used in the Form
Public propertyForm
Gets the form
(Inherited from IForm.)
Public propertynotesRichTextEditor
Gets the control notesRichTextEditor
(Inherited from IThirdSubFamilyEntryFormBase.)
Public propertythirdFamilyIdStringLookupEditor
Gets the control thirdFamilyIdStringLookupEditor
(Inherited from IThirdSubFamilyEntryFormBase.)
Public propertythirdSubFamilyCaptionTextEditor
Gets the control thirdSubFamilyCaptionTextEditor
(Inherited from IThirdSubFamilyEntryFormBase.)
Public propertythirdSubFamilyIdTextEditor
Gets the control thirdSubFamilyIdTextEditor
(Inherited from IThirdSubFamilyEntryFormBase.)
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 ISupplierSubFamilyEntryForm type can be instantiated with EBP.Api.Utils<TExtension>.CreateEntryForm<T>
ISupplierSubFamilyEntryForm instance = Utils<ExtensionType>.CreateEntryForm<ISupplierSubFamilyEntryForm>(FormGuids.FormGuid, entityId);
See Also