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

Represents a grading period. More...

Inheritance diagram for UVACanvasAccess.Structures.GradingPeriods.GradingPeriod:
Inheritance graph
[legend]
Collaboration diagram for UVACanvasAccess.Structures.GradingPeriods.GradingPeriod:
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 grading period id.
 
string Title [get]
 The title of the grading period.
 
DateTime? StartDate [get]
 The start date of the grading period.
 
DateTime? EndDate [get]
 The end date of the grading period.
 
DateTime? CloseDate [get]
 The close date of the grading period.
 
double? Weight [get]
 The weight value of the grading period.
 
bool? IsClosed [get]
 Whether the grading period is closed.
 

Detailed Description

Represents a grading period.

Member Function Documentation

◆ ToPrettyString()

string UVACanvasAccess.Structures.GradingPeriods.GradingPeriod.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: