Click or drag to resize

IItemSubFamilyEntryForm Interface

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

The IItemSubFamilyEntryForm type exposes the following members.

Properties
  NameDescription
Public propertyActions
Actions of the form
(Inherited from IApiEntryForm.)
Public propertyanalyticGridStringLookupEditor
Gets the control analyticGridStringLookupEditor
Public propertyEntity
Gets the Entity corresponding to EntryForm
Public propertyForm
Gets the form
(Inherited from IForm.)
Public propertyitemFamilyIdStringLookupEditor
Gets the control itemFamilyIdStringLookupEditor
Public propertyitemSubFamilyCaptionTextEditor
Gets the control itemSubFamilyCaptionTextEditor
Public propertyitemSubFamilyIdTextEditor
Gets the control itemSubFamilyIdTextEditor
Public propertynotesRichTextEditor
Gets the control notesRichTextEditor
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 IItemSubFamilyEntryForm type can be instantiated with EBP.Api.Utils<TExtension>.CreateEntryForm<T>
IItemSubFamilyEntryForm instance = Utils<ExtensionType>.CreateEntryForm<IItemSubFamilyEntryForm>(FormGuids.FormGuid, entityId);
See Also