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

Represents a change in dates for an assignment for a subset of students. More...

Inheritance diagram for UVACanvasAccess.Structures.Assignments.AssignmentOverride:
Inheritance graph
[legend]
Collaboration diagram for UVACanvasAccess.Structures.Assignments.AssignmentOverride:
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 override id.
 
ulong AssignmentId [get]
 The assignment this override applies to.
 
IEnumerable< ulong > StudentIds [get]
 The students this override applies to.
 
ulong? GroupId [get]
 The group this override applies to.
 
ulong CourseSectionId [get]
 The section this override applies to.
 
string Title [get]
 The title of the override.
 
DateTime? DueAt [get]
 
bool? AllDay [get]
 
DateTime? AllDayDate [get]
 
DateTime? UnlockAt [get]
 
DateTime? LockAt [get]
 

Detailed Description

Represents a change in dates for an assignment for a subset of students.

Member Function Documentation

◆ ToPrettyString()

string UVACanvasAccess.Structures.Assignments.AssignmentOverride.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: