Click or drag to resize

IStockDocumentEntryForm Interface

Base EntryForm for the StockDocument

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

The IStockDocumentEntryForm type exposes the following members.

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