UVACanvasAccess
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.
 

Properties

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

Detailed Description

Represents a section in a course.

Property Documentation

◆ CourseId

ulong? UVACanvasAccess.Structures.Sections.Section.CourseId
get

The id of the course this section belongs to.

◆ EndAt

DateTime? UVACanvasAccess.Structures.Sections.Section.EndAt
get

The section end date.

◆ Id

ulong UVACanvasAccess.Structures.Sections.Section.Id
get

The section id.

◆ IntegrationId

string UVACanvasAccess.Structures.Sections.Section.IntegrationId
get

The section integration id.

◆ Name

string UVACanvasAccess.Structures.Sections.Section.Name
get

The section name.

◆ NonCrossListedCourseId

ulong? UVACanvasAccess.Structures.Sections.Section.NonCrossListedCourseId
get

If this is a cross-listed section, the id of the original course.

◆ RestrictEnrollmentsToSectionDates

bool? UVACanvasAccess.Structures.Sections.Section.RestrictEnrollmentsToSectionDates
get

Prevent enrollments outside of the section start and end dates.

◆ SisCourseId

string UVACanvasAccess.Structures.Sections.Section.SisCourseId
get

The SIS id of the course this section belongs to.

◆ SisImportId

ulong? UVACanvasAccess.Structures.Sections.Section.SisImportId
get

The section SIS import id.

◆ SisSectionId

string UVACanvasAccess.Structures.Sections.Section.SisSectionId
get

The section SIS id.

◆ StartAt

DateTime? UVACanvasAccess.Structures.Sections.Section.StartAt
get

The section start date.

◆ TotalStudents

uint? UVACanvasAccess.Structures.Sections.Section.TotalStudents
get

The number of active and invited students in this section.


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