Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ScheduleEntryView

[[CourseInstanceScheduleView]]s are used to generate the course timetable in the client-side app. This view groups courses that have the same prefix, startTime, and duration, and orders them by those same values (ASC).

Hierarchy

  • ScheduleEntryView

Index

Properties

blockId

blockId: string

The ID of the schedule block where the course should appear Many [[CourseInstanceScheduleEntryView]]s can have one [[CourseInstanceScheduleBlockView]]

campus

campus: string

From Meeting The name of the room where the course will take place

courseNumber

courseNumber: string

From Course The "number" portion of the course name

id

id: string

From Meeting The id of the specific meeting of the course in the specific semester

instanceId

instanceId: string

From CourseInstance The ID of the parent Course Instance, used to link multiple meetings within a week.

isUndergraduate

isUndergraduate: boolean

From Course Indicates whether the course is offered to undergraduates

room

room: string

From Meeting The name of the room where the course will take place

Generated using TypeDoc