 | IActivityEntityScheduleEventId Property |
Gets or sets the schedule event id
(Identifiant de l'évènement)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<Guid> ScheduleEventId { get; set; }
Property ScheduleEventId As Nullable(Of Guid)
Get
Set
Property Value
Type:
NullableGuid
RemarksThis entity member is bound to the ScheduleEventId (Identifiant de l'évènement) column of the Activity (Activités) table.
See Also