Click or drag to resize

IAssemblyRequestProcessEntryForm Interface

Class representing an EntryForm to process transfer request

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

The IAssemblyRequestProcessEntryForm type exposes the following members.

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