Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FindCoursesQueryResult

This type describes the result returned by the findCourses query. It differs from the ManageCourseResponseDTO as it does not have an area object. This avoids the need for a new view just for catalogNumber.

By using this interface rather than casting the results to ManageCourseResponseDTO, we ensure that changes to ManageCourseResponseDTO are reflected in the query.

Hierarchy

  • FindCoursesQueryResult

Index

Properties

areaId

areaId: string

areaName

areaName: string

catalogNumber

catalogNumber: string

id

id: string

isSEAS

isSEAS: IS_SEAS

isUndergraduate

isUndergraduate: boolean

number

number: string

prefix

prefix: string

private

private: boolean

sameAs

sameAs: string

termPattern

termPattern: TERM_PATTERN

title

title: string

Generated using TypeDoc