Click or drag to resize

ITargetProcessEntryFormBase Interface

Base class representing an Entryform to process request document

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

The ITargetProcessEntryFormBase type exposes the following members.

Properties
  NameDescription
Public propertyActions
Actions of the form
(Inherited from IApiEntryForm.)
Public propertyapplyFilterButton
Gets the control applyFilterButton
Public propertyendDateDateTimeEditor
Gets the control endDateDateTimeEditor
Public propertyEntity
Get the main entity used in the form
Public propertyForm
Gets the form
(Inherited from IForm.)
Public propertynewDateDateTimeEditor
Gets the control newDateDateTimeEditor
Public propertynewTypeImageComboEditor
Gets the control newTypeImageComboEditor
Public propertyreferenceDateImageComboEditor
Gets the control referenceDateImageComboEditor
Public propertyrequestDocumentDataGrid
Gets the control requestDocumentDataGrid
Public propertyShowDocumentsByProcessableLineCheckBoxEditor
Gets the control ShowDocumentsByProcessableLineCheckBoxEditor
Public propertyshowProcessableDocumentCheckBoxEditor
Gets the control showProcessableDocumentCheckBoxEditor
Public propertystartDateDateTimeEditor
Gets the control startDateDateTimeEditor
Public propertytargetDocumentGuidLookupEditor
Gets the control targetDocumentGuidLookupEditor
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 ITargetProcessEntryFormBase type can be instantiated with EBP.Api.Utils<TExtension>.CreateEntryForm<T>
ITargetProcessEntryFormBase instance = Utils<ExtensionType>.CreateEntryForm<ITargetProcessEntryFormBase>(FormGuids.FormGuid, entityId);
See Also