Click or drag to resize

IAnalyticPlanEntryForm Interface

Analytic plan entry form
Analytic plan 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 IAnalyticPlanEntryForm : IEntryForm, 
	IForm, IDisposable, IEquatable<IProxy>, IApiEntryForm

The IAnalyticPlanEntryForm type exposes the following members.

Properties
  NameDescription
Public propertyActions
Actions of the form
(Inherited from IApiEntryForm.)
Public propertycodeTextEditor
Gets the control codeTextEditor
Public propertyEntity
Gets the main Entity used in the Form
Public propertyForm
Gets the form
(Inherited from IForm.)
Public propertyisActiveCheckBoxEditor
Gets the control isActiveCheckBoxEditor
Public propertylabelTextEditor
Gets the control labelTextEditor
Public propertymaxDepthNumberEditor
Gets the control maxDepthNumberEditor
Public propertynotesRichTextEditor
Gets the control notesRichTextEditor
Public propertyplanItemsTreeList
Gets the control planItemsTreeList
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 IAnalyticPlanEntryForm type can be instantiated with EBP.Api.Utils<TExtension>.CreateEntryForm<T>
IAnalyticPlanEntryForm instance = Utils<ExtensionType>.CreateEntryForm<IAnalyticPlanEntryForm>(FormGuids.FormGuid, entityId);
See Also