UVACanvasAccess
|
Represents an enrollment term, or simply term. More...
Public Member Functions | |
string | ToPrettyString () |
Returns a pretty, formatted string representation of the object.
| |
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, EnrollmentTermDateOverride > | Overrides [get] |
Date overrides for specific enrollment types, if any. | |
Represents an enrollment term, or simply term.
|
inline |
Returns a pretty, formatted string representation of the object.
Implements UVACanvasAccess.Util.IPrettyPrint.