UVACanvasAccess
|
Represents department-level participation data/page views. More...
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, DateEntry > | ByDate [get] |
Page views grouped by date. | |
Categories | ByCategory [get] |
Page views grouped by category. | |
Represents department-level participation data/page views.
|
inline |
Returns a pretty, formatted string representation of the object.
Implements UVACanvasAccess.Util.IPrettyPrint.