|
UVACanvasAccess
|
Represents a matching answer pair. More...


Public Member Functions | |
| QuizSubmissionMatchingAnswerPair (ulong? answerId, ulong? matchId) | |
| string | ToPrettyString () |
| Returns a pretty, formatted string representation of the object. | |
Properties | |
| ulong? | AnswerId [get] |
| ulong? | MatchId [get] |
Represents a matching answer pair.
|
inline |
Returns a pretty, formatted string representation of the object.
Implements UVACanvasAccess.Util.IPrettyPrint.