Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NonClassEvent

Hierarchy

Index

Properties

calendarYear

calendarYear: string

createdAt

createdAt: Date

Metadata column used for signifying the date the record was created

id

id: string

meetings

meetings: Meeting[]

One NonClassEvent has many Meetings

nonClassParent

nonClassParent: NonClassParent

Parent entity to contain a group of related non-class events. NonClassParent and NonClassEvent is analogous to Course and CourseInstance (respectively)


Many NonClassEvents have one NonClassParent

private

private: boolean = true

Allows admin staff to hide courses and prevent their publication, either because the courses are non-SEAS courses and should not be displayed on the SEAS course schedule, or because they are still finalizing the course details

see

Course.private

semester

semester: Semester

The Semester this event occurs in


Many NonClassEvents have one Semester

updatedAt

updatedAt: Date

Metadata column used for signifying the date the record was last updated

Generated using TypeDoc