 | IMaintenanceScheduleTimeEventComplexEntityMemberIncludeInIncidentPredictedCost Property |
Gets or sets whether to include the incident in realized cost.
List of authorized values in IncludeInRealizedCostType
(Inclure dans les coûts du suivi incident)
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<byte> IncludeInIncidentPredictedCost { get; set; }
Property IncludeInIncidentPredictedCost As Nullable(Of Byte)
Get
Set
Property Value
Type:
NullableByte
RemarksThis entity member is bound to the Maintenance_IncludeInIncidentPredictedCost (Inclure dans les coûts du suivi incident) column of the ScheduleEvent (Évènements) table.
See Also