|
UVACanvasAccess
|
Counts for which types of items were added, deleted, and changed in a SIS import. More...


Public Member Functions | |
| string | ToPrettyString () |
Returns a pretty, formatted string representation of the object.
| |
Properties | |
| ulong | TotalStateChanges [get] |
| The total count of all state changes. | |
| SisImportStatistic | Account [get] |
| Counts for account items. | |
| SisImportStatistic | EnrollmentTerm [get] |
| Counts for term items. | |
| SisImportStatistic | CommunicationChannel [get] |
| Counts for communication channel items. | |
| SisImportStatistic | AbstractCourse [get] |
| Counts for abstract course items. | |
| SisImportStatistic | Course [get] |
| Counts for course items. | |
| SisImportStatistic | CourseSection [get] |
| Counts for section items. | |
| SisImportStatistic | Enrollment [get] |
| Counts for enrollment items. | |
| SisImportStatistic | GroupCategory [get] |
| Counts for group category items. | |
| SisImportStatistic | Group [get] |
| Counts for group items. | |
| SisImportStatistic | GroupMembership [get] |
| Counts for group memberships. | |
| SisImportStatistic | Pseudonym [get] |
| Counts for pseudonym items. | |
| SisImportStatistic | UserObserver [get] |
| Counts for account items. | |
| SisImportStatistic | AccountUser [get] |
| Counts for account items. | |
Counts for which types of items were added, deleted, and changed in a SIS import.
|
inline |
Returns a pretty, formatted string representation of the object.
Implements UVACanvasAccess.Util.IPrettyPrint.