Click or drag to resize

IEquipmentEntryForm Interface

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

The IEquipmentEntryForm type exposes the following members.

Properties
  NameDescription
Public propertyActions
Actions of the form
(Inherited from IApiEntryForm.)
Public propertycaptionTextEditor
Gets the control captionTextEditor
(Inherited from IEquipmentEntryFormBase.)
Public propertycompetenceIdStringLookupEditor
Gets the control competenceIdStringLookupEditor
(Inherited from IEquipmentEntryFormBase.)
Public propertyEntity
Gets the main Entity used in the Form
Public propertyequipmentTypeIdStringLookupEditor
Gets the control equipmentTypeIdStringLookupEditor
(Inherited from IEquipmentEntryFormBase.)
Public propertyfamilyIdStringLookupEditor
Gets the control familyIdStringLookupEditor
(Inherited from IEquipmentEntryFormBase.)
Public propertyForm
Gets the form
(Inherited from IForm.)
Public propertyhourlyCostNumberEditor
Gets the control hourlyCostNumberEditor
(Inherited from IEquipmentEntryFormBase.)
Public propertyidTextEditor
Gets the control idTextEditor
(Inherited from IEquipmentEntryFormBase.)
Public propertynotesRichTextEditor
Gets the control notesRichTextEditor
(Inherited from IEquipmentEntryFormBase.)
Public propertyreferenceItemIdStringLookupEditor
Gets the control referenceItemIdStringLookupEditor
(Inherited from IEquipmentEntryFormBase.)
Public propertysalePriceVatExcludedNumberEditor
Gets the control salePriceVatExcludedNumberEditor
(Inherited from IEquipmentEntryFormBase.)
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 IEquipmentEntryForm type can be instantiated with EBP.Api.Utils<TExtension>.CreateEntryForm<T>
IEquipmentEntryForm instance = Utils<ExtensionType>.CreateEntryForm<IEquipmentEntryForm>(FormGuids.FormGuid, entityId);
See Also