UVACanvasAccess
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
UVACanvasAccess.Structures.Sections.Section Class Reference

Represents a section in a course. More...

Inheritance diagram for UVACanvasAccess.Structures.Sections.Section:
Inheritance graph
[legend]
Collaboration diagram for UVACanvasAccess.Structures.Sections.Section:
Collaboration graph
[legend]

Public Member Functions

string ToPrettyString ()
 Returns a pretty, formatted string representation of the object.
Returns
The formatted string.

 

Properties

ulong Id [get]
 The section id.
 
string Name [get]
 The section name.
 
string SisSectionId [get]
 The section SIS id.
 
string IntegrationId [get]
 The section integration id.
 
ulong? SisImportId [get]
 The section SIS import id.
 
ulong? CourseId [get]
 The id of the course this section belongs to.
 
string SisCourseId [get]
 The SIS id of the course this section belongs to.
 
DateTime? StartAt [get]
 The section start date.
 
DateTime? EndAt [get]
 The section end date.
 
bool? RestrictEnrollmentsToSectionDates [get]
 Prevent enrollments outside of the section start and end dates.
 
ulong? NonCrossListedCourseId [get]
 If this is a cross-listed section, the id of the original course.
 
uint? TotalStudents [get]
 The number of active and invited students in this section.
 

Detailed Description

Represents a section in a course.

Member Function Documentation

◆ ToPrettyString()

string UVACanvasAccess.Structures.Sections.Section.ToPrettyString ( )
inline

Returns a pretty, formatted string representation of the object.

Returns
The formatted string.

Implements UVACanvasAccess.Util.IPrettyPrint.


The documentation for this class was generated from the following file: