Click or drag to resize

ITransferStockDocumentEntryFormBase Interface

Base class for transfer forms

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 ITransferStockDocumentEntryFormBase : ITargetStockDocumentEntryFormBase, 
	IStockDocumentEntryForm, IEntryForm, IForm, IDisposable, IEquatable<IProxy>, 
	IApiEntryForm

The ITransferStockDocumentEntryFormBase type exposes the following members.

Properties
  NameDescription
Public propertyActions
Actions of the form
(Inherited from IApiEntryForm.)
Public propertyconstructionSiteIdStringLookupEditor
Gets the control constructionSiteIdStringLookupEditor
(Inherited from IStockDocumentEntryForm.)
Public propertydealIdStringLookupEditor
Gets the control dealIdStringLookupEditor
(Inherited from IStockDocumentEntryForm.)
Public propertydocumentDateTimeEditor
Gets the control documentDateTimeEditor
(Inherited from IStockDocumentEntryForm.)
Public propertydocumentSerialStringLookupEditor
Gets the control documentSerialStringLookupEditor
(Inherited from IStockDocumentEntryForm.)
Public propertydocumentStageImageComboEditor
Gets the control documentStageImageComboEditor
(Inherited from IStockDocumentEntryForm.)
Public propertyEntity
Gets the main Entity used in the Form
Public propertyexecutionQuoteIdGuidLookupEditor
Gets the control executionQuoteIdGuidLookupEditor
(Inherited from IStockDocumentEntryForm.)
Public propertyForm
Gets the form
(Inherited from IForm.)
Public propertyincidentStringLookupEditor
Gets the control incidentStringLookupEditor
(Inherited from IStockDocumentEntryForm.)
Public propertyinsertStandardTextButton
Gets the control insertStandardTextButton
(Inherited from IStockDocumentEntryForm.)
Public propertyitemValueTypeImageComboEditor
Gets the control itemValueTypeImageComboEditor
(Inherited from IStockDocumentEntryForm.)
Public propertylinesTreeList
Gets the control linesTreeList
(Inherited from IStockDocumentEntryForm.)
Public propertymaintenanceContractStringLookupEditor
Gets the control maintenanceContractStringLookupEditor
(Inherited from IStockDocumentEntryForm.)
Public propertymustBeTransferedToAccountingCheckBoxEditor
Gets the control mustBeTransferedToAccountingCheckBoxEditor
(Inherited from IStockDocumentEntryForm.)
Public propertynotesRichTextEditor
Gets the control notesRichTextEditor
(Inherited from IStockDocumentEntryForm.)
Public propertynumberTextEditor
Gets the control numberTextEditor
(Inherited from IStockDocumentEntryForm.)
Public propertyprefixTextEditor
Gets the control prefixTextEditor
(Inherited from IStockDocumentEntryForm.)
Public propertypreparationStateImageComboEditor
Gets the control preparationStateImageComboEditor
(Inherited from IStockDocumentEntryForm.)
Public propertyprocessDateDateTimeEditor
Gets the control processDateDateTimeEditor
(Inherited from IStockDocumentEntryForm.)
Public propertyreferenceTextEditor
Gets the control referenceTextEditor
(Inherited from IStockDocumentEntryForm.)
Public propertyreplaceStandardTextButton
Gets the control replaceStandardTextButton
(Inherited from IStockDocumentEntryForm.)
Public propertyscheduleEventGuidLookupEditor
Gets the control scheduleEventGuidLookupEditor
(Inherited from IStockDocumentEntryForm.)
Public propertystandardTextStringLookupEditor
Gets the control standardTextStringLookupEditor
(Inherited from IStockDocumentEntryForm.)
Public propertystorehouseGuidLookupEditor
Gets the control storehouseGuidLookupEditor
(Inherited from IStockDocumentEntryForm.)
Public propertysuffixTextEditor
Gets the control suffixTextEditor
(Inherited from IStockDocumentEntryForm.)
Public propertytargetStorehouseGuidLookupEditor
Gets the control targetStorehouseGuidLookupEditor
(Inherited from IStockDocumentEntryForm.)
Public propertytotalVolumeNumberEditor
Gets the control totalVolumeNumberEditor
(Inherited from IStockDocumentEntryForm.)
Public propertytotalWeightNumberEditor
Gets the control totalWeightNumberEditor
(Inherited from IStockDocumentEntryForm.)
Public propertytransitDurationNumberEditor
Gets the control transitDurationNumberEditor
(Inherited from IStockDocumentEntryForm.)
Public propertytransitEndDateDateTimeEditor
Gets the control transitEndDateDateTimeEditor
(Inherited from IStockDocumentEntryForm.)
Public propertytransitStorehouseGuidLookupEditor
Gets the control transitStorehouseGuidLookupEditor
(Inherited from IStockDocumentEntryForm.)
Public propertyvalidateStateImageComboEditor
Gets the control validateStateImageComboEditor
(Inherited from IStockDocumentEntryForm.)
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 ITransferStockDocumentEntryFormBase type can be instantiated with EBP.Api.Utils<TExtension>.CreateEntryForm<T>
ITransferStockDocumentEntryFormBase instance = Utils<ExtensionType>.CreateEntryForm<ITransferStockDocumentEntryFormBase>(FormGuids.FormGuid, entityId);
See Also