Click or drag to resize

LogisticsDocumentLineLineStore Property

Gets or sets the line store. Some logistics lines does not support line store and this property will alwais return null/ghost object.

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public virtual Store LineStore { get; set; }

Property Value

Type: Store
The line store.

Implements

ILogisticsDocumentLineLineStore
See Also