Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FacultyListingView

Lists faculty by "lastName, firstName", and also disaggregates the FacultyCourseInstance associations to combine the instructor order and courseInstanceId.

Hierarchy

  • FacultyListingView

Index

Properties

courseInstanceId

courseInstanceId: string

Many [[FacultyListingViews]] have one [[CourseInstanceView]]s

displayName

displayName: string

From Faculty A concatenation of the form lastName, firstName

id

id: string

From Faculty

instructorOrder

instructorOrder: number

From FacultyCourseInstance We keep a reference to the instructorOrder in the database, but don't actually make it part of the view. Since we're associating the FacultyListingView directly with the [[CourseInstanceView]], we don't need to maintain the separate join column

notes

notes: string

Notes specific to the faculty member outlining preferences and additional information

Generated using TypeDoc