Preparing search index...
The search index is not available
course-api-wrapper
course-api-wrapper
CourseSection
Class CourseSection
Hierarchy
default
CourseSection
Implements
CourseSectionData
Index
Constructors
constructor
Properties
corequisites
degree
Level
delivery
Method
department
department
Name
description
designation
details
educational
Goals
grading
Scheme?
instructors
internal
materials
name
notes
number
prerequisites
requirements
schedule
section
special
Topic
term
term
Name
text
title
type
units
year
Accessors
primary
Instructors
secondary
Instructors
Methods
from
Raw
Course
Base
Data
from
Raw
Course
Section
Data
Constructors
constructor
new
Course
Section
(
courseSectionData
)
:
CourseSection
Parameters
courseSectionData
:
CourseSectionData
Returns
CourseSection
Properties
corequisites
corequisites
:
string
degree
Level
degree
Level
:
DegreeLevel
delivery
Method
delivery
Method
:
DeliveryMethod
department
department
:
string
department
Name
department
Name
:
string
description
description
:
string
designation
designation
:
string
details
details
:
string
educational
Goals
educational
Goals
:
string
Optional
grading
Scheme
grading
Scheme
?:
GradingScheme
[]
instructors
instructors
:
Instructor
[]
internal
internal
:
{
number
:
number
;
outlinePath
:
string
;
}
materials
materials
:
string
name
name
:
string
notes
notes
:
CourseSectionNotes
number
number
:
string
prerequisites
prerequisites
:
string
requirements
requirements
:
string
schedule
schedule
:
Schedule
section
section
:
string
special
Topic
special
Topic
:
string
term
term
:
CourseOutlinesTerm
term
Name
term
Name
:
string
text
text
:
{
recommended
?:
Textbook
[]
;
required
?:
Textbook
[]
;
}
title
title
:
string
type
type
:
Enrollment
units
units
:
number
year
year
:
CourseOutlinesYear
Accessors
primary
Instructors
get
primaryInstructors
(
)
:
Instructor
[]
Returns
Instructor
[]
secondary
Instructors
get
secondaryInstructors
(
)
:
Instructor
[]
Returns
Instructor
[]
Methods
Static
from
Raw
Course
Base
Data
from
Raw
Course
Base
Data
(
rawCourseBaseData
,
year
,
term
,
department
)
:
CourseBase
Parameters
rawCourseBaseData
:
RawCourseBaseData
year
:
CourseOutlinesYear
term
:
CourseOutlinesTerm
department
:
string
Returns
CourseBase
Static
from
Raw
Course
Section
Data
from
Raw
Course
Section
Data
(
rawCourseSectionData
,
year
,
term
,
department
)
:
CourseSection
Parameters
rawCourseSectionData
:
RawCourseSectionData
year
:
CourseOutlinesYear
term
:
CourseOutlinesTerm
department
:
string
Returns
CourseSection
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
corequisites
degree
Level
delivery
Method
department
department
Name
description
designation
details
educational
Goals
grading
Scheme
instructors
internal
materials
name
notes
number
prerequisites
requirements
schedule
section
special
Topic
term
term
Name
text
title
type
units
year
Accessors
primary
Instructors
secondary
Instructors
Methods
from
Raw
Course
Base
Data
from
Raw
Course
Section
Data
course-api-wrapper
Loading...