 | IMaintenanceDocumentCustomizedEntityBaseIncludeInCosts Property |
Gets or sets whether the document will be included in costs
(Inclure le montant pour le calcul du réalisé)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.Maintenance
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<bool> IncludeInCosts { get; set; }
Property IncludeInCosts As Nullable(Of Boolean)
Get
Set
Property Value
Type:
NullableBoolean
RemarksThis entity member is bound to the IncludeInCosts (Inclure le montant pour le calcul du réalisé) column of the MaintenanceContractStockDocument (Documents de stock d'un contrat de maintenance) table.
See Also