|
UVACanvasAccess
|
Represents matching question answers. More...


Public Member Functions | |
| QuizSubmissionMatchingAnswerValue ([CanBeNull] IEnumerable< QuizSubmissionMatchingAnswerPair > matches) | |
| override string | ToPrettyString () |
| Returns a pretty, formatted string representation of the object. | |
Public Member Functions inherited from UVACanvasAccess.Structures.Quizzes.QuizSubmissionQuestionAnswerValue | |
| string | ToPrettyString () |
| Returns a pretty, formatted string representation of the object. | |
Properties | |
| IEnumerable< QuizSubmissionMatchingAnswerPair > | Matches [get] |
Additional Inherited Members | |
Static Protected Member Functions inherited from UVACanvasAccess.Structures.Quizzes.QuizSubmissionQuestionAnswerValue | |
| static ? ulong | ParseUlong (JToken token) |
Represents matching question answers.
|
inline |
Returns a pretty, formatted string representation of the object.
Implements UVACanvasAccess.Util.IPrettyPrint.