Click or drag to resize

IConstructionSiteEntityDeliveryAddressType Property

Gets or sets the delivery address type

List of authorized values in DeliveryAddressTypes

(Achats livrés à l'adresse)

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Entities.Building
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
Nullable<byte> DeliveryAddressType { get; set; }

Property Value

Type: NullableByte
Remarks
This entity member is bound to the DeliveryAddressType (Achats livrés à l'adresse) column of the ConstructionSite (Projet) table.
See Also