Click or drag to resize

IGuaranteeTypeEntryForm Interface

Guarantee type entry form

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Windows.Forms.Maintenance
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
public interface IGuaranteeTypeEntryForm : IEntryForm, 
	IForm, IDisposable, IEquatable<IProxy>, IApiEntryForm

The IGuaranteeTypeEntryForm type exposes the following members.

Properties
  NameDescription
Public propertyActions
Actions of the form
(Inherited from IApiEntryForm.)
Public propertyactiveStateImageComboEditor
Gets the control activeStateImageComboEditor
Public propertycaptionTextEditor
Gets the control captionTextEditor
Public propertycommercialLabourDurationNumberEditor
Gets the control commercialLabourDurationNumberEditor
Public propertycommercialPartsDurationNumberEditor
Gets the control commercialPartsDurationNumberEditor
Public propertycommercialTravelDurationNumberEditor
Gets the control commercialTravelDurationNumberEditor
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 propertylabourIncludeInProducerCheckBoxEditor
Gets the control labourIncludeInProducerCheckBoxEditor
Public propertynotesRichTextEditor
Gets the control notesRichTextEditor
Public propertypartsIncludeInProducerCheckBoxEditor
Gets the control partsIncludeInProducerCheckBoxEditor
Public propertyproducerLabourDurationNumberEditor
Gets the control producerLabourDurationNumberEditor
Public propertyproducerPartsDurationNumberEditor
Gets the control producerPartsDurationNumberEditor
Public propertyproducerTravelDurationNumberEditor
Gets the control producerTravelDurationNumberEditor
Public propertystandardExchangeCheckBoxEditor
Gets the control standardExchangeCheckBoxEditor
Public propertystandardExchangeDurationNumberEditor
Gets the control standardExchangeDurationNumberEditor
Public propertytravelIncludeInProducerCheckBoxEditor
Gets the control travelIncludeInProducerCheckBoxEditor
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 IGuaranteeTypeEntryForm type can be instantiated with EBP.Api.Utils<TExtension>.CreateEntryForm<T>
IGuaranteeTypeEntryForm instance = Utils<ExtensionType>.CreateEntryForm<IGuaranteeTypeEntryForm>(FormGuids.FormGuid, entityId);
See Also