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

Represents department-level participation data/page views. More...

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

Classes

class  Categories
 A category-grouped entry in a DepartmentParticipation. More...
 
class  DateEntry
 A date-grouped entry in a DepartmentParticipation. More...
 

Public Member Functions

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

Properties

Dictionary< DateTime, DateEntryByDate [get]
 Page views grouped by date. More...
 
Categories ByCategory [get]
 Page views grouped by category. More...
 

Detailed Description

Represents department-level participation data/page views.

Property Documentation

◆ ByCategory

Categories UVACanvasAccess.Structures.Analytics.DepartmentParticipation.ByCategory
get

Page views grouped by category.

◆ ByDate

Dictionary<DateTime, DateEntry> UVACanvasAccess.Structures.Analytics.DepartmentParticipation.ByDate
get

Page views grouped by date.


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