Click or drag to resize

IScheduleEventTemplateEntryForm Interface

Schedule event template 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 IScheduleEventTemplateEntryForm : IEntryForm, 
	IForm, IDisposable, IEquatable<IProxy>, IApiEntryForm

The IScheduleEventTemplateEntryForm type exposes the following members.

Properties
  NameDescription
Public propertyActions
Actions of the form
(Inherited from IApiEntryForm.)
Public propertycaptionTextEditor
Gets the control captionTextEditor
Public propertydescriptionRichTextEditor
Gets the control descriptionRichTextEditor
Public propertyEntity
Gets the main Entity used in the Form
Public propertyexpectedResourcesDataGrid
Gets the control expectedResourcesDataGrid
Public propertyForm
Gets the form
(Inherited from IForm.)
Public propertyidTextEditor
Gets the control idTextEditor
Public propertynotesRichTextEditor
Gets the control notesRichTextEditor
Public propertyresourcesDataGrid
Gets the control resourcesDataGrid
Public propertyscheduleEventTypeIdGuidLookupEditor
Gets the control scheduleEventTypeIdGuidLookupEditor
Public propertytravelExpenseIdStringLookupEditor
Gets the control travelExpenseIdStringLookupEditor
Public propertyworkingDurationHoursNumberEditor
Gets the control workingDurationHoursNumberEditor
Public propertyworkingDurationTextEditor
Gets the control workingDurationTextEditor
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 IScheduleEventTemplateEntryForm type can be instantiated with EBP.Api.Utils<TExtension>.CreateEntryForm<T>
IScheduleEventTemplateEntryForm instance = Utils<ExtensionType>.CreateEntryForm<IScheduleEventTemplateEntryForm>(FormGuids.FormGuid, entityId);
See Also