 | IIncidentEntityNeedToUpdateAnalysis Property |
Gets or sets whether the analysis has to be updated
(Analyse à mettre à jour)
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> NeedToUpdateAnalysis { get; set; }
Property NeedToUpdateAnalysis As Nullable(Of Boolean)
Get
Set
Property Value
Type:
NullableBoolean
RemarksThis entity member is bound to the NeedToUpdateAnalysis (Analyse à mettre à jour) column of the Incident (Suivi incident) table.
See Also