UVACanvasAccess
|
Represents an enrollment term. More...
Public Member Functions | |
string | ToPrettyString () |
Returns a pretty, formatted string representation of the object.
| |
Properties | |
ulong | Id [get] |
The term id. | |
string | Name [get] |
The term name. | |
DateTime? | StartAt [get] |
When the term begins. | |
DateTime? | EndAt [get] |
When the term ends. | |
Represents an enrollment term.
|
inline |
Returns a pretty, formatted string representation of the object.
Implements UVACanvasAccess.Util.IPrettyPrint.