WarehouseInventoryAllocations Property
Namespace: Ignition.Commerce.ProductsAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
[NetForumSubEntityCollectionAttribute(NetForumDataBindingMode.ReadOnly)]
[FetchStrategyHintAttribute(PropertyFetchStrategy.Preload)]
public IReadOnlyCollection<WarehouseInventoryAllocation> InventoryAllocations { get; }
<NetForumSubEntityCollectionAttribute(NetForumDataBindingMode.ReadOnly)>
<FetchStrategyHintAttribute(PropertyFetchStrategy.Preload)>
Public ReadOnly Property InventoryAllocations As IReadOnlyCollection(Of WarehouseInventoryAllocation)
Get
public:
[NetForumSubEntityCollectionAttribute(NetForumDataBindingMode::ReadOnly)]
[FetchStrategyHintAttribute(PropertyFetchStrategy::Preload)]
property IReadOnlyCollection<WarehouseInventoryAllocation^>^ InventoryAllocations {
IReadOnlyCollection<WarehouseInventoryAllocation^>^ get ();
}
[<NetForumSubEntityCollectionAttribute(NetForumDataBindingMode.ReadOnly)>]
[<FetchStrategyHintAttribute(PropertyFetchStrategy.Preload)>]
member InventoryAllocations : IReadOnlyCollection<WarehouseInventoryAllocation> with get
Property Value
IReadOnlyCollectionWarehouseInventoryAllocation