Click or drag to resize

IStorehouseEntryForm Interface

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

The IStorehouseEntryForm type exposes the following members.

Properties
  NameDescription
Public propertyActions
Actions of the form
(Inherited from IApiEntryForm.)
Public propertyaddress1TextEditor
Gets the control address1TextEditor
Public propertyaddress2TextEditor
Gets the control address2TextEditor
Public propertyaddress3TextEditor
Gets the control address3TextEditor
Public propertyaddress4TextEditor
Gets the control address4TextEditor
Public propertyasleepCheckBoxEditor
Gets the control asleepCheckBoxEditor
Public propertycityStringLookupEditor
Gets the control cityStringLookupEditor
Public propertycontactCellPhoneTextEditor
Gets the control contactCellPhoneTextEditor
Public propertycontactCivilityStringLookupEditor
Gets the control contactCivilityStringLookupEditor
Public propertycontactEmailLinkLabelEditor
Gets the control contactEmailLinkLabelEditor
Public propertycontactFaxTextEditor
Gets the control contactFaxTextEditor
Public propertycontactFirstNameTextEditor
Gets the control contactFirstNameTextEditor
Public propertycontactLastNameTextEditor
Gets the control contactLastNameTextEditor
Public propertycontactPhoneTextEditor
Gets the control contactPhoneTextEditor
Public propertycountryStringLookupEditor
Gets the control countryStringLookupEditor
Public propertyEntity
Get StorehouseEntity
Public propertyForm
Gets the form
(Inherited from IForm.)
Public propertylastInventoryDateDateTimeEditor
Gets the control lastInventoryDateDateTimeEditor
Public propertylocationTreeList
Gets the control locationTreeList
Public propertymainStorehouseCheckBoxEditor
Gets the control mainStorehouseCheckBoxEditor
Public propertymultiLocationCheckBoxEditor
Gets the control multiLocationCheckBoxEditor
Public propertymultiLocationDefaultModeImageComboEditor
Gets the control multiLocationDefaultModeImageComboEditor
Public propertynotesRichTextEditor
Gets the control notesRichTextEditor
Public propertystateStringLookupEditor
Gets the control stateStringLookupEditor
Public propertystockItemsDataGrid
Gets the control stockItemsDataGrid
Public propertystorehouseNameTextEditor
Gets the control storehouseNameTextEditor
Public propertyTypeImageComboEditor
Gets the control TypeImageComboEditor
Public propertyzipcodeStringLookupEditor
Gets the control zipcodeStringLookupEditor
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 IStorehouseEntryForm type can be instantiated with EBP.Api.Utils<TExtension>.CreateEntryForm<T>
IStorehouseEntryForm instance = Utils<ExtensionType>.CreateEntryForm<IStorehouseEntryForm>(FormGuids.FormGuid, entityId);
See Also