UVACanvasAccess
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
UVACanvasAccess.Structures.BlueprintCourses.ChangeRecord Class Reference

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

Inheritance diagram for UVACanvasAccess.Structures.BlueprintCourses.ChangeRecord:
Inheritance graph
[legend]
Collaboration diagram for UVACanvasAccess.Structures.BlueprintCourses.ChangeRecord:
Collaboration graph
[legend]

Public Member Functions

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

 

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< ExceptionRecordExceptions [get]
 Exception records for linked courses that did not receive this update.
 

Detailed Description

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

Member Function Documentation

◆ ToPrettyString()

string UVACanvasAccess.Structures.BlueprintCourses.ChangeRecord.ToPrettyString ( )
inline

Returns a pretty, formatted string representation of the object.

Returns
The formatted string.

Implements UVACanvasAccess.Util.IPrettyPrint.


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