UVACanvasAccess
Public Member Functions | Properties | List of all members
UVACanvasAccess.Structures.Discussions.TopicEntry Class Reference
Inheritance diagram for UVACanvasAccess.Structures.Discussions.TopicEntry:
Inheritance graph
[legend]
Collaboration diagram for UVACanvasAccess.Structures.Discussions.TopicEntry:
Collaboration graph
[legend]

Public Member Functions

Task< IEnumerable< TopicReply > > GetReplies ()
 
string ToPrettyString ()
 Returns a pretty, formatted string representation of the object. More...
 

Properties

DiscussionHome Home [get]
 
ulong HomeId [get]
 
ulong ParentId [get]
 
ulong Id [get]
 
ulong UserId [get]
 
ulong? EditorId [get]
 
string UserName [get]
 
string Message [get]
 
string ReadState [get]
 
bool ForcedReadState [get]
 
DateTime CreatedAt [get]
 
DateTime? UpdatedAt [get]
 
FileAttachment Attachment [get]
 
IEnumerable< TopicReplyRecentReplies [get]
 
bool HasMoreReplies [get]
 

Member Function Documentation

◆ ToPrettyString()

string UVACanvasAccess.Structures.Discussions.TopicEntry.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: