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<DateTime>] EventDate: A DateTime value specifying the date when a non-recurrent presentation
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<DateTime>] RecurrenceStartDate: A DateTime value indicating the date when a recurrently
scheduled presentation should begin playing. A Null value can be set for recurrent presentations that do not have a
defined start date.
• [Nullable<DateTime>] RecurrenceEndDate: A DateTime value indicating the date when a recurrently
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.
Comentários a estes Manuais