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

Properties

ulong Id [get]
 The grading period id. More...
 
string Title [get]
 The title of the grading period. More...
 
DateTime? StartDate [get]
 The start date of the grading period. More...
 
DateTime? EndDate [get]
 The end date of the grading period. More...
 
DateTime? CloseDate [get]
 The close date of the grading period. More...
 
double? Weight [get]
 The weight value of the grading period. More...
 
bool? IsClosed [get]
 Whether the grading period is closed. More...
 

Detailed Description

Represents a grading period.

Property Documentation

◆ CloseDate

DateTime? UVACanvasAccess.Structures.GradingPeriods.GradingPeriod.CloseDate
get

The close date of the grading period.

◆ EndDate

DateTime? UVACanvasAccess.Structures.GradingPeriods.GradingPeriod.EndDate
get

The end date of the grading period.

◆ Id

ulong UVACanvasAccess.Structures.GradingPeriods.GradingPeriod.Id
get

The grading period id.

◆ IsClosed

bool? UVACanvasAccess.Structures.GradingPeriods.GradingPeriod.IsClosed
get

Whether the grading period is closed.

◆ StartDate

DateTime? UVACanvasAccess.Structures.GradingPeriods.GradingPeriod.StartDate
get

The start date of the grading period.

◆ Title

string UVACanvasAccess.Structures.GradingPeriods.GradingPeriod.Title
get

The title of the grading period.

◆ Weight

double? UVACanvasAccess.Structures.GradingPeriods.GradingPeriod.Weight
get

The weight value of the grading period.


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