 | IDealExtraCostEntityIncludeQuantitiesInAchievement Property |
Gets or sets if the quantities are included in achievement.
(Inclure la quantité dans le réalisé)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.Deal
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<bool> IncludeQuantitiesInAchievement { get; set; }
Property IncludeQuantitiesInAchievement As Nullable(Of Boolean)
Get
Set
Property Value
Type:
NullableBoolean
RemarksThis entity member is bound to the IncludeQuantitiesInAchievement (Inclure la quantité dans le réalisé) column of the DealExtraCost (Coûts supplémentaires d'affaire/Projet) table.
See Also