UVACanvasAccess
Public Member Functions | Properties | List of all members
UVACanvasAccess.Structures.Analytics.UserParticipation Struct Reference

Participation statistics for one user in a course. More...

Inheritance diagram for UVACanvasAccess.Structures.Analytics.UserParticipation:
Inheritance graph
[legend]
Collaboration diagram for UVACanvasAccess.Structures.Analytics.UserParticipation:
Collaboration graph
[legend]

Public Member Functions

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

Properties

Dictionary< DateTime, ulong > PageViews [get]
 A history of page hit counts grouped by hour. More...
 
IEnumerable< UserParticipationEventParticipations [get]
 A history of all page hits. More...
 

Detailed Description

Participation statistics for one user in a course.

Property Documentation

◆ PageViews

Dictionary<DateTime, ulong> UVACanvasAccess.Structures.Analytics.UserParticipation.PageViews
get

A history of page hit counts grouped by hour.

◆ Participations

IEnumerable<UserParticipationEvent> UVACanvasAccess.Structures.Analytics.UserParticipation.Participations
get

A history of all page hits.


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