 | 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
SyntaxNullable<DateTime> PriceModifiedDate { get; set; }
Property PriceModifiedDate As Nullable(Of DateTime)
Get
Set
Property Value
Type:
NullableDateTime
RemarksThis entity member is bound to the PriceModifiedDate (Date de mise à jour du prix) column of the SupplierItem (Articles par fournisseurs) table.
See Also