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

Properties

ulong Id [get]
 The override id. More...
 
ulong AssignmentId [get]
 The assignment this override applies to. More...
 
IEnumerable< ulong > StudentIds [get]
 The students this override applies to. More...
 
ulong? GroupId [get]
 The group this override applies to. More...
 
ulong CourseSectionId [get]
 The section this override applies to. More...
 
string Title [get]
 The title of the override. More...
 
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.

Property Documentation

◆ AssignmentId

ulong UVACanvasAccess.Structures.Assignments.AssignmentOverride.AssignmentId
get

The assignment this override applies to.

◆ CourseSectionId

ulong UVACanvasAccess.Structures.Assignments.AssignmentOverride.CourseSectionId
get

The section this override applies to.

◆ GroupId

ulong? UVACanvasAccess.Structures.Assignments.AssignmentOverride.GroupId
get

The group this override applies to.

◆ Id

ulong UVACanvasAccess.Structures.Assignments.AssignmentOverride.Id
get

The override id.

◆ StudentIds

IEnumerable<ulong> UVACanvasAccess.Structures.Assignments.AssignmentOverride.StudentIds
get

The students this override applies to.

◆ Title

string UVACanvasAccess.Structures.Assignments.AssignmentOverride.Title
get

The title of the override.


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