 | IPurchaseDocumentEntityBaseDeliveryStorehouseId Property |
Gets or sets the delivery storehouse Id
(Code du dépôt à livrer)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.PurchaseDocument
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<Guid> DeliveryStorehouseId { get; set; }
Property DeliveryStorehouseId As Nullable(Of Guid)
Get
Set
Property Value
Type:
NullableGuid
RemarksThis entity member is bound to the DeliveryStorehouseId (Code du dépôt à livrer) column of the PurchaseDocument (Document d'achat) table.
See Also