 | IDependencyEntitySuccessorId Property |
Gets or sets the successor id of the dependency.
(Identifiant du successeur)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.Gantt
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<Guid> SuccessorId { get; set; }
Property SuccessorId As Nullable(Of Guid)
Get
Set
Property Value
Type:
NullableGuid
RemarksThis entity member is bound to the SuccessorId (Identifiant du successeur) column of the Dependency (Dépendance) table.
See Also