Click or drag to resize

IRangeItemDetailEntryForm Interface

EntryForm used to edit range item details from range item 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 IRangeItemDetailEntryForm : IEntryForm, 
	IForm, IDisposable, IEquatable<IProxy>, IApiEntryForm

The IRangeItemDetailEntryForm type exposes the following members.

Properties
  NameDescription
Public propertyActions
Actions of the form
(Inherited from IApiEntryForm.)
Public propertyapplyFiltersButton
Gets the control applyFiltersButton
Public propertycaptionTextEditor
Gets the control captionTextEditor
Public propertyEntity
Gets the main Entity used in the Form
Public propertyForm
Gets the form
(Inherited from IForm.)
Public propertyidTextEditor
Gets the control idTextEditor
Public propertyincludeBlockedAndSleepingItemsCheckBoxEditor
Gets the control includeBlockedAndSleepingItemsCheckBoxEditor
Public propertynextPageButton
Gets the control nextPageButton
Public propertypreviousPageButton
Gets the control previousPageButton
Public propertyrangeTypeElementId1GuidLookupEditor
Gets the control rangeTypeElementId1GuidLookupEditor
Public propertyrangeTypeElementId2GuidLookupEditor
Gets the control rangeTypeElementId2GuidLookupEditor
Public propertyrangeTypeElementId3GuidLookupEditor
Gets the control rangeTypeElementId3GuidLookupEditor
Public propertyrangeTypeElementId4GuidLookupEditor
Gets the control rangeTypeElementId4GuidLookupEditor
Public propertyrangeTypeElementId5GuidLookupEditor
Gets the control rangeTypeElementId5GuidLookupEditor
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 IRangeItemDetailEntryForm type can be instantiated with EBP.Api.Utils<TExtension>.CreateEntryForm<T>
IRangeItemDetailEntryForm instance = Utils<ExtensionType>.CreateEntryForm<IRangeItemDetailEntryForm>(FormGuids.FormGuid, entityId);
See Also