Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SectionFields

fields of the section that must be created via Object.create

Hierarchy

Index

Properties

Readonly course

course: Course

reference to the course that this section belongs to. This property is non-enumerable

Optional Readonly dateArray

dateArray: MeetingDate
see

MeetingDate undefined if the meeting date is TBA/TBD or cannot be parsed

Readonly dates

dates: string

Readonly enrollment

enrollment: number

Readonly enrollment_limit

enrollment_limit: number

Readonly id

id: number

the id of the section, must be globally unique

Readonly instructors

instructors: string

instructor names (computed from meeting)

Readonly key

key: string

Key of the course that this section belongs to; same for all sections.

Readonly meetings

meetings: readonly Meeting[]

Readonly rooms

rooms: string

rooms (computed from meeting)

Readonly section

section: string

the section number recorded in sis

Readonly status

status: CourseStatus

one of "Open", "Closed" and "Wait List"

Readonly topic

topic: string

the topic of this section, may be empty

Readonly valid

valid: ValidFlag
see

ValidFlag

Readonly wait_list

wait_list: number

Generated using TypeDoc