Click or drag to resize

ICommissionScaleEntryForm Interface

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

The ICommissionScaleEntryForm type exposes the following members.

Properties
  NameDescription
Public propertyActions
Actions of the form
(Inherited from IApiEntryForm.)
Public propertyBeginningDateTimeEditor
Gets the control BeginningDateTimeEditor
Public propertyColleagueFamilyTreeList
Gets the control ColleagueFamilyTreeList
Public propertycolleagueSelectionTreeList
Gets the control colleagueSelectionTreeList
Public propertyColleagueTreeList
Gets the control ColleagueTreeList
Public propertyEndDateTimeEditor
Gets the control EndDateTimeEditor
Public propertyEntity
Gets the main Entity used in the Form
Public propertyForm
Gets the form
(Inherited from IForm.)
Public propertyGroupByImageComboEditor
Gets the control GroupByImageComboEditor
Public propertyIdTextEditor
Gets the control IdTextEditor
Public propertyitemSelectionTreeList
Gets the control itemSelectionTreeList
Public propertyModeImageComboEditor
Gets the control ModeImageComboEditor
Public propertyNameTextEditor
Gets the control NameTextEditor
Public propertyObjectiveTypeImageComboEditor
Gets the control ObjectiveTypeImageComboEditor
Public propertyrichTextEditor1
Gets the control richTextEditor1
Public propertyScopeImageComboEditor
Gets the control ScopeImageComboEditor
Public propertySelectionTreeList
Gets the control SelectionTreeList
Public propertyStageTreeList
Gets the control StageTreeList
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 ICommissionScaleEntryForm type can be instantiated with EBP.Api.Utils<TExtension>.CreateEntryForm<T>
ICommissionScaleEntryForm instance = Utils<ExtensionType>.CreateEntryForm<ICommissionScaleEntryForm>(FormGuids.FormGuid, entityId);
See Also