Click or drag to resize

IReadOnlyStorehouseOptionsComplexEntityMember Interface

To define Storehouse options

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Options
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
public interface IReadOnlyStorehouseOptionsComplexEntityMember : IReadOnlyComplexEntityMember, 
	IDisposable, IEquatable<IProxy>

The IReadOnlyStorehouseOptionsComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyDefaultStorehouseId
Gets the DefaultStorehouseId member value
Public propertyEntity
The owner entity
(Inherited from IReadOnlyComplexEntityMember.)
Public propertyForceLocationInputDuringTransfert
Gets the ForceLocationInputDuringTransfert member value
Public propertyGroupByTrackingLocation
Gets the GroupByTrackingLocation member value
Public propertyStockItemShowDetailActive
Gets the StockItemShowDetailActive member value
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also