Skip to content
MikeKlemarewski edited this page Jul 19, 2012 · 11 revisions

Below is a list of all of the enumerated types that we are using across all three of the projects. An enumerated type is typically a string value that is assigned a number.

  • AppType: (0 - Presenter/RQRA, 1 - Accent, 2 - Engage)
  • EventType: (0 - Like, 1 - Comment, 2 - Star, 3 - New Course Material)
  • ErrorCode: (0 - success, 1 - failure, 2 - not login error)
  • MediaFile type: (0 - video, 1 - audio)
  • NotificationWaitTime: (0 - now, 1 - daily, 2 - weekly, 3 - monthly)
  • Resource resourceType: (0 - link, 1 - document)
  • User type: (0 - student, 1 - instructor)
  • Tag type: (0 - question, 1 - description)
Clone this wiki locally