Click or drag to resize

IReadOnlyItemLimitDateOptionsComplexEntityMember Interface

Contains item limit date 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 IReadOnlyItemLimitDateOptionsComplexEntityMember : IReadOnlyComplexEntityMember, 
	IDisposable, IEquatable<IProxy>

The IReadOnlyItemLimitDateOptionsComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyAllowAutoOutDatedBestBefore
Gets the AllowAutoOutDatedBestBefore member value
Public propertyAllowAutoOutDatedUseBy
Gets the AllowAutoOutDatedUseBy member value
Public propertyCheckOnAdjustedLimitDate
Gets the CheckOnAdjustedLimitDate member value
Public propertyCheckPickUpBestBefore
Gets the CheckPickUpBestBefore member value
Public propertyCheckPickUpUseBy
Gets the CheckPickUpUseBy member value
Public propertyCheckPutAwayBestBefore
Gets the CheckPutAwayBestBefore member value
Public propertyCheckPutAwayUseBy
Gets the CheckPutAwayUseBy member value
Public propertyEntity
The owner entity
(Inherited from IReadOnlyComplexEntityMember.)
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also