 | IExecutionQuoteEntityLastRefreshPurchaseStateDate Property |
Gets or sets the last refresh purchase state date.
(Date de dernière mise à jour de l'état achat)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.Building
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<DateTime> LastRefreshPurchaseStateDate { get; set; }
Property LastRefreshPurchaseStateDate As Nullable(Of DateTime)
Get
Set
Property Value
Type:
NullableDateTime
RemarksThis entity member is bound to the LastRefreshPurchaseStateDate (Date de dernière mise à jour de l'état achat) column of the SaleDocument (Document de vente) table.
See Also