UVACanvasAccess
Loading...
Searching...
No Matches
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.
 
Task IgnorePermanently ()
 Hide this item from all future requests.
 
string ToPrettyString ()
 Returns a pretty, formatted string representation of the object.
 

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()

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

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: