Advertisement
Guest User

Untitled

a guest
Nov 15th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. public enum Dictionaries
  2. {
  3. [Dictionary("Permissions")]
  4. Permissions = 1,
  5.  
  6. [Dictionary("Notification Types")]
  7. NotificationTypes = 2,
  8.  
  9. [Dictionary("Process Types")]
  10. ProcessTypes = 3,
  11.  
  12. [Dictionary("Task Types")]
  13. TaskTypes = 4,
  14.  
  15. [Dictionary("Request Statuses")]
  16. RequestStatuses = 5,
  17.  
  18. [Dictionary("Request Types")]
  19. RequestTypes = 6,
  20.  
  21. [Dictionary("Task Results")]
  22. TaskResults = 7,
  23.  
  24. [Dictionary("Task Statuses")]
  25. TaskStatuses = 8,
  26.  
  27. [Dictionary("ChangeLog Types")]
  28. ChangeLogTypes = 9,
  29.  
  30. [Dictionary("Dictionary Item Attribute Types")]
  31. DictionaryItemAttributeTypes = 10,
  32.  
  33. [Dictionary("Linked Object Types")]
  34. LinkedObjectTypes = 11,
  35.  
  36. [Dictionary("Object Types")]
  37. ObjectTypes = 12,
  38.  
  39. [Dictionary("Product Lines")]
  40. ProductLines = 13,
  41.  
  42. [Dictionary("Segments")]
  43. Segments = 14,
  44.  
  45. [Dictionary("Regions")]
  46. Regions = 15,
  47.  
  48. [Dictionary("Countries")]
  49. Countries = 16,
  50.  
  51. [Dictionary("EstimateMatrixTypes")]
  52. EstimateMatrixTypes = 17,
  53.  
  54. [Dictionary("UserFunctions")]
  55. UserFunctions = 18,
  56.  
  57. [Dictionary("ProcessStatuses")]
  58. ProcessStatuses = 19,
  59.  
  60. [Dictionary("EstimateTypes")]
  61. EstimateTypes = 20
  62. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement