![]() | IStorehouseEntryForm Interface |
Namespace: EBP.Api.Interfaces.Invoicing.Module.Windows.Forms
The IStorehouseEntryForm type exposes the following members.
Name | Description | |
---|---|---|
![]() | Actions |
Actions of the form
(Inherited from IApiEntryForm.) |
![]() | address1TextEditor |
Gets the control address1TextEditor
|
![]() | address2TextEditor |
Gets the control address2TextEditor
|
![]() | address3TextEditor |
Gets the control address3TextEditor
|
![]() | address4TextEditor |
Gets the control address4TextEditor
|
![]() | asleepCheckBoxEditor |
Gets the control asleepCheckBoxEditor
|
![]() | cityStringLookupEditor |
Gets the control cityStringLookupEditor
|
![]() | contactCellPhoneTextEditor |
Gets the control contactCellPhoneTextEditor
|
![]() | contactCivilityStringLookupEditor |
Gets the control contactCivilityStringLookupEditor
|
![]() | contactEmailLinkLabelEditor |
Gets the control contactEmailLinkLabelEditor
|
![]() | contactFaxTextEditor |
Gets the control contactFaxTextEditor
|
![]() | contactFirstNameTextEditor |
Gets the control contactFirstNameTextEditor
|
![]() | contactLastNameTextEditor |
Gets the control contactLastNameTextEditor
|
![]() | contactPhoneTextEditor |
Gets the control contactPhoneTextEditor
|
![]() | countryStringLookupEditor |
Gets the control countryStringLookupEditor
|
![]() | Entity | Get StorehouseEntity |
![]() | Form |
Gets the form
(Inherited from IForm.) |
![]() | lastInventoryDateDateTimeEditor |
Gets the control lastInventoryDateDateTimeEditor
|
![]() | locationTreeList |
Gets the control locationTreeList
|
![]() | mainStorehouseCheckBoxEditor |
Gets the control mainStorehouseCheckBoxEditor
|
![]() | multiLocationCheckBoxEditor |
Gets the control multiLocationCheckBoxEditor
|
![]() | multiLocationDefaultModeImageComboEditor |
Gets the control multiLocationDefaultModeImageComboEditor
|
![]() | notesRichTextEditor |
Gets the control notesRichTextEditor
|
![]() | stateStringLookupEditor |
Gets the control stateStringLookupEditor
|
![]() | stockItemsDataGrid |
Gets the control stockItemsDataGrid
|
![]() | storehouseNameTextEditor |
Gets the control storehouseNameTextEditor
|
![]() | TypeImageComboEditor |
Gets the control TypeImageComboEditor
|
![]() | zipcodeStringLookupEditor |
Gets the control zipcodeStringLookupEditor
|
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | Show |
Show the form
(Inherited from IForm.) |
![]() | ShowDialog |
Show the form as modal
(Inherited from IForm.) |
IStorehouseEntryForm instance = Utils<ExtensionType>.CreateEntryForm<IStorehouseEntryForm>(FormGuids.FormGuid, entityId);