Click or drag to resize

IDealResourcesCostEntity.PredictedCostAmount Property

Gets or sets the predicted cost amount.

(Coût prévu)

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

Property Value

Type: Nullable<Decimal>
Remarks
This entity member is bound to the PredictedCostamount (Coût prévu) column of the DealResourcesCost (Coûts intervenant/matériel de l'affaire/projet) table.
See Also