 | IStorehouseEntityLastInventoryDate Property |
Gets or sets the last inventory date
(Date du dernier inventaire)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.Stock
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<DateTime> LastInventoryDate { get; set; }
Property LastInventoryDate As Nullable(Of DateTime)
Get
Set
Property Value
Type:
NullableDateTime
RemarksThis entity member is bound to the LastInventoryDate (Date du dernier inventaire) column of the Storehouse (Dépôt) table.
See Also