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

Properties

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

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.

Property Documentation

◆ Base

bool? UVACanvasAccess.Structures.Assignments.AssignmentDate.Base
get

Whether or not these dates do not come from an assignment override.

◆ DueAt

DateTime? UVACanvasAccess.Structures.Assignments.AssignmentDate.DueAt
get

When the assignment is due.

◆ Id

ulong? UVACanvasAccess.Structures.Assignments.AssignmentDate.Id
get

If these dates comes from an assignment override, the override id.

◆ LockAt

DateTime? UVACanvasAccess.Structures.Assignments.AssignmentDate.LockAt
get

When the assignment locks itself.

◆ Title

string UVACanvasAccess.Structures.Assignments.AssignmentDate.Title
get

The title.

◆ UnlockAt

DateTime? UVACanvasAccess.Structures.Assignments.AssignmentDate.UnlockAt
get

When the assignment unlocks itself.


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