UVACanvasAccess
Classes
UVACanvasAccess.Util Namespace Reference

Classes

class  ApiRepresentationAttribute
 
class  Enigmatic
 Indicates that a field or property in a Canvas structure has an unclear contract, or is not present sometimes for unclear reasons. These fields should not be relied upon. They might be empty or null when data is actually present. Instead, one should call a function intended to retrieve the data this field represents.
 
class  Extensions
 
interface  IAppointmentGroupParticipant
 Indicates that implementing classes can be participants in an appointment group. More...
 
interface  IPrettyPrint
 Classes implementing this interface provide an implementation for formatted output in the form of: More...
 
class  KeyValuePair
 
class  LinkHeader
 
class  OptIn
 Indicates that the annotated property is null or absent by default, and must be explicitly included by an include parameter. More...
 
class  PaginatedResponse
 Indicates that the return value of this method is paginated, and must be accumulated or otherwise handled.
 
class  Undocumented
 Indicates that the presence of a field or property in a Canvas structure is absent from the official documentation.
 
class  UndocumentedRange
 Indicates that the range of possible values a field or property in a Canvas structure may contain is absent from the official documentation, despite the clear existence of such a range.
 
class  UndocumentedType
 Indicates that the type of a field or property in a Canvas structure is absent or unclear from official documentation.