Click or drag to resize

ISupplierItemEntityPriceModifiedDate Property

Gets or sets the price modified date

(Date de mise à jour du prix)

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

Property Value

Type: NullableDateTime
Remarks
This entity member is bound to the PriceModifiedDate (Date de mise à jour du prix) column of the SupplierItem (Articles par fournisseurs) table.
See Also