UVACanvasAccess
Public Member Functions | Protected Member Functions | Properties | List of all members
UVACanvasAccess.Structures.ToDos.ToDoItem Class Referenceabstract
Inheritance diagram for UVACanvasAccess.Structures.ToDos.ToDoItem:
Inheritance graph
[legend]
Collaboration diagram for UVACanvasAccess.Structures.ToDos.ToDoItem:
Collaboration graph
[legend]

Public Member Functions

Task Ignore ()
 Hide this item from future requests until it changes. More...
 
Task IgnorePermanently ()
 Hide this item from all future requests. More...
 
abstract string ToPrettyString ()
 Returns a pretty, formatted string representation of the object. More...
 

Protected Member Functions

 ToDoItem (Api api, ToDoItemModel model)
 

Properties

ToDoType Type [get]
 
string IgnoreUrl [get]
 
string PermanentIgnoreUrl [get]
 
QualifiedId ContextId [get]
 

Member Function Documentation

◆ Ignore()

Task UVACanvasAccess.Structures.ToDos.ToDoItem.Ignore ( )
inline

Hide this item from future requests until it changes.

Returns
A Task representing completion of this request.

◆ IgnorePermanently()

Task UVACanvasAccess.Structures.ToDos.ToDoItem.IgnorePermanently ( )
inline

Hide this item from all future requests.

Returns
A Task representing completion of this request.

◆ ToPrettyString()

abstract string UVACanvasAccess.Structures.ToDos.ToDoItem.ToPrettyString ( )
pure virtual

Returns a pretty, formatted string representation of the object.

Returns
The formatted string.

Implements UVACanvasAccess.Util.IPrettyPrint.

Implemented in UVACanvasAccess.Structures.ToDos.QuizToDoItem, and UVACanvasAccess.Structures.ToDos.AssignmentToDoItem.


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