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

Represents the set of dates applicable to an assignment. More...

Inheritance diagram for UVACanvasAccess.Structures.Assignments.AssignmentDate:
Inheritance graph
[legend]
Collaboration diagram for UVACanvasAccess.Structures.Assignments.AssignmentDate:
Collaboration graph
[legend]

Public Member Functions

string ToPrettyString ()
 Returns a pretty, formatted string representation of the object.
 

Properties

ulong? Id [get]
 If these dates comes from an assignment override, the override id.
 
bool? Base [get]
 Whether or not these dates do not come from an assignment override.
 
string Title [get]
 The title.
 
DateTime? DueAt [get]
 When the assignment is due.
 
DateTime? UnlockAt [get]
 When the assignment unlocks itself.
 
DateTime? LockAt [get]
 When the assignment locks itself.
 

Detailed Description

Represents the set of dates applicable to an assignment.

Member Function Documentation

◆ ToPrettyString()

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