|
UVACanvasAccess
|
Represents a blueprint template. More...


Public Member Functions | |
| string | ToPrettyString () |
Returns a pretty, formatted string representation of the object.
| |
Properties | |
| ulong | Id [get] |
| The template id. | |
| ulong | CourseId [get] |
| The id of the course this template belongs to. | |
| DateTime? | LastExportCompletedAt [get] |
| When the last export was completed. | |
| uint? | AssociatedCourseCount [get] |
| The number of associated courses for the template. | |
| BlueprintMigration | LatestMigration [get] |
| Details of the latest migration. | |
Represents a blueprint template.
|
inline |
Returns a pretty, formatted string representation of the object.
Implements UVACanvasAccess.Util.IPrettyPrint.