 | IInventoryStockDocumentEntityMustGetQuantities Property |
Gets or sets flag indicate if the CurrentStock must be copied in Quantity
(Reprendre les quantités en stock des articles)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.StockDocument
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<bool> MustGetQuantities { get; set; }
Property MustGetQuantities As Nullable(Of Boolean)
Get
Set
Property Value
Type:
NullableBoolean
RemarksThis entity member is bound to the MustGetQuantities (Reprendre les quantités en stock des articles) column of the StockDocument (Document de stock) table.
See Also