|
UVACanvasAccess
|
Describes a learning object change propagated to associated courses from a blueprint course. More...


Public Member Functions | |
| string | ToPrettyString () |
Returns a pretty, formatted string representation of the object.
| |
Properties | |
| ulong | AssetId [get] |
| The id of the learning object changed in the blueprint course. | |
| BlueprintAssetType? | AssetType [get] |
| The type of the learning object changed in the blueprint course. | |
| string | AssetName [get] |
| The name of the learning object changed in the blueprint course. | |
| BlueprintChangeType? | ChangeType [get] |
| The type of change. | |
| string | HtmlUrl [get] |
| The URL of the changed object. | |
| bool? | Locked [get] |
| Whether the object is locked in the blueprint. | |
| IEnumerable< ExceptionRecord > | Exceptions [get] |
| Exception records for linked courses that did not receive this update. | |
Describes a learning object change propagated to associated courses from a blueprint course.
|
inline |
Returns a pretty, formatted string representation of the object.
Implements UVACanvasAccess.Util.IPrettyPrint.