CourseDateDTO

CourseDateDTO

Data Transfer Object (DTO) for representing course dates.

Constructor

new CourseDateDTO(params)

Create a new instance of CourseDateDTO.
Source:
Parameters:
Name Type Description
params Object The parameters for initializing the DTO.
Name Type Description
id number The ID of the course date.
date string The date of the course.
Teacher Object | null The teacher associated with the course date.
Course Object | null The course associated with the date.
MM_Course_Date_Student_Attendance Array | null The student attendances associated with the course date.