UVACanvasAccess
Public Member Functions | Properties | List of all members
UVACanvasAccess.Structures.GradingPeriods.GradingPeriodUpdate Class Reference

Used to perform batch grading period updates.
Each object represents one updated or newly-created grading period. More...

Public Member Functions

 GradingPeriodUpdate (ulong? id=null, string title=null, DateTime? startDate=null, DateTime? endDate=null, DateTime? closeDate=null, double? weight=null, bool? isClosed=null)
 

Properties

ulong? Id [get]
 The id of the grading period to update.
If null, this object represents a new grading period to be created. More...
 
string Title [get]
 
DateTime? StartDate [get]
 
DateTime? EndDate [get]
 
DateTime? CloseDate [get]
 
double? Weight [get]
 
bool? IsClosed [get]
 

Detailed Description

Used to perform batch grading period updates.
Each object represents one updated or newly-created grading period.

See also
Api.BatchUpdateGradingPeriods, Api.BatchUpdateCourseGradingPeriods

Property Documentation

◆ Id

ulong? UVACanvasAccess.Structures.GradingPeriods.GradingPeriodUpdate.Id
get

The id of the grading period to update.
If null, this object represents a new grading period to be created.


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