Schedule, Scheduledpresentation entity-relation – BrightSign Network Web API Reference Manual v.3.8 User Manual
Page 112

100
SCHEDULE
ScheduledPresentation Entity-Relation
The ScheduledPresentation entity-relation represents the relationship between a Presentation and Group instance in
terms of its schedule. This entity-relation has the following properties.
•
[int] Id:(Read Only) The identifier and primary key of a scheduled Presentation instance.
•
[int] PresentationId: The identifier of the Presentation instance that is scheduled for the associated Group
instance.
•
[string] PresentationName: The name of the Presentation instance that is scheduled for the associated
Group instance.
•
[bool] IsRecurrent: A flag specifying whether the related presentation is played periodically at specified times
and days of the week.
•
[Nullable
should begin playing. A Null value can be set for recurrent presentations that do not have a defined start date.
•
[TimeSpan] StartTime: A TimeSpan value specifying the time when a presentation should begin playing.
•
[TimeSpan] Duration: A TimeSpan value specifying how long a presentation should play.
•
[Nullable
scheduled presentation should begin playing. A Null value can be set for recurrent presentations that do not have a
defined start date.
•
[Nullable
scheduled presentation should terminate. A Null value can be set for recurrent presentations that do not have a
defined end date.
•
[DayOfWeek] DaysOfWeek: A value indicating the days of the week during which a recurrently scheduled
presentation should play.