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

Represents an enrollment term, or simply term. More...

Inheritance diagram for UVACanvasAccess.Structures.EnrollmentTerms.EnrollmentTerm:
Inheritance graph
[legend]
Collaboration diagram for UVACanvasAccess.Structures.EnrollmentTerms.EnrollmentTerm:
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 term id.
 
string SisTermId [get]
 The term SIS id.
 
ulong? SisImportId [get]
 The SIS import id.
 
string Name [get]
 The name of the term.
 
DateTime? StartAt [get]
 When the term begins.
 
DateTime? EndAt [get]
 When the term ends.
 
ulong? GradingPeriodGroupId [get]
 The grading period group id.
 
EnrollmentTermWorkflowState WorkflowState [get]
 The state of the term.
 
Dictionary< Api.CourseEnrollmentRoleTypes, EnrollmentTermDateOverrideOverrides [get]
 Date overrides for specific enrollment types, if any.
 

Detailed Description

Represents an enrollment term, or simply term.

Member Function Documentation

◆ ToPrettyString()

string UVACanvasAccess.Structures.EnrollmentTerms.EnrollmentTerm.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: