EM_CoursesTime.cs 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated from a template.
  4. //
  5. // Manual changes to this file may cause unexpected behavior in your application.
  6. // Manual changes to this file will be overwritten if the code is regenerated.
  7. // </auto-generated>
  8. //------------------------------------------------------------------------------
  9. namespace EMIS.Entities
  10. {
  11. #pragma warning disable 1573
  12. using System;
  13. using System.Collections.Generic;
  14. /// <summary>
  15. /// EM_CoursesTime
  16. /// </summary>
  17. public partial class EM_CoursesTime
  18. {
  19. public EM_CoursesTime()
  20. {
  21. this.CF_Arrangements = new HashSet<CF_Arrangements>();
  22. this.EM_ExecutableFreeSelectionCouseScheduling = new HashSet<EM_ExecutableFreeSelectionCouseScheduling>();
  23. this.EM_FreeSelectionCouseApplyScheduling = new HashSet<EM_FreeSelectionCouseApplyScheduling>();
  24. this.ES_AdultEducationSchedule = new HashSet<ES_AdultEducationSchedule>();
  25. this.ES_ClassmajorScheduleSetting = new HashSet<ES_ClassmajorScheduleSetting>();
  26. this.ES_ClassroomExcessiveUseScheduling = new HashSet<ES_ClassroomExcessiveUseScheduling>();
  27. this.ES_ClassroomScheduleSetting = new HashSet<ES_ClassroomScheduleSetting>();
  28. this.ES_CourseScheduleSetting = new HashSet<ES_CourseScheduleSetting>();
  29. this.ES_EducationScheduling = new HashSet<ES_EducationScheduling>();
  30. this.ES_EducationSchedulingAdjustment_CoursesTimeID = new HashSet<ES_EducationSchedulingAdjustment>();
  31. this.ES_EducationSchedulingAdjustment_ToCoursesTimeID = new HashSet<ES_EducationSchedulingAdjustment>();
  32. this.ES_EducationSchedulingStop = new HashSet<ES_EducationSchedulingStop>();
  33. this.ES_TeacherScheduleSetting = new HashSet<ES_TeacherScheduleSetting>();
  34. this.SUP_LessonRecord = new HashSet<SUP_LessonRecord>();
  35. this.EM_EducationMissionClass = new HashSet<EM_EducationMissionClass>();
  36. }
  37. /// <summary>
  38. /// CoursesTimeID
  39. /// </summary>
  40. public System.Guid CoursesTimeID { get; set; }
  41. /// <summary>
  42. /// StartTimes
  43. /// </summary>
  44. public int StartTimes { get; set; }
  45. /// <summary>
  46. /// EndTimes
  47. /// </summary>
  48. public int EndTimes { get; set; }
  49. /// <summary>
  50. /// TimesSegment
  51. /// </summary>
  52. public int TimesSegment { get; set; }
  53. /// <summary>
  54. /// StartHour
  55. /// </summary>
  56. public int StartHour { get; set; }
  57. /// <summary>
  58. /// StartMinutes
  59. /// </summary>
  60. public int StartMinutes { get; set; }
  61. /// <summary>
  62. /// EndHour
  63. /// </summary>
  64. public int EndHour { get; set; }
  65. /// <summary>
  66. /// EndMinutes
  67. /// </summary>
  68. public int EndMinutes { get; set; }
  69. /// <summary>
  70. /// RecordStatus
  71. /// </summary>
  72. public Nullable<int> RecordStatus { get; set; }
  73. /// <summary>
  74. /// CreateTime
  75. /// </summary>
  76. public Nullable<System.DateTime> CreateTime { get; set; }
  77. /// <summary>
  78. /// CreateUserID
  79. /// </summary>
  80. public Nullable<System.Guid> CreateUserID { get; set; }
  81. /// <summary>
  82. /// ModifyUserID
  83. /// </summary>
  84. public Nullable<System.Guid> ModifyUserID { get; set; }
  85. /// <summary>
  86. /// ModifyTime
  87. /// </summary>
  88. public Nullable<System.DateTime> ModifyTime { get; set; }
  89. /// <summary>
  90. /// CF_Arrangements
  91. /// </summary>
  92. public virtual HashSet<CF_Arrangements> CF_Arrangements { get; set; }
  93. /// <summary>
  94. /// EM_ExecutableFreeSelectionCouseScheduling
  95. /// </summary>
  96. public virtual HashSet<EM_ExecutableFreeSelectionCouseScheduling> EM_ExecutableFreeSelectionCouseScheduling { get; set; }
  97. /// <summary>
  98. /// EM_FreeSelectionCouseApplyScheduling
  99. /// </summary>
  100. public virtual HashSet<EM_FreeSelectionCouseApplyScheduling> EM_FreeSelectionCouseApplyScheduling { get; set; }
  101. /// <summary>
  102. /// ES_AdultEducationSchedule
  103. /// </summary>
  104. public virtual HashSet<ES_AdultEducationSchedule> ES_AdultEducationSchedule { get; set; }
  105. /// <summary>
  106. /// ES_ClassmajorScheduleSetting
  107. /// </summary>
  108. public virtual HashSet<ES_ClassmajorScheduleSetting> ES_ClassmajorScheduleSetting { get; set; }
  109. /// <summary>
  110. /// ES_ClassroomExcessiveUseScheduling
  111. /// </summary>
  112. public virtual HashSet<ES_ClassroomExcessiveUseScheduling> ES_ClassroomExcessiveUseScheduling { get; set; }
  113. /// <summary>
  114. /// ES_ClassroomScheduleSetting
  115. /// </summary>
  116. public virtual HashSet<ES_ClassroomScheduleSetting> ES_ClassroomScheduleSetting { get; set; }
  117. /// <summary>
  118. /// ES_CourseScheduleSetting
  119. /// </summary>
  120. public virtual HashSet<ES_CourseScheduleSetting> ES_CourseScheduleSetting { get; set; }
  121. /// <summary>
  122. /// ES_EducationScheduling
  123. /// </summary>
  124. public virtual HashSet<ES_EducationScheduling> ES_EducationScheduling { get; set; }
  125. /// <summary>
  126. /// ES_EducationSchedulingAdjustment
  127. /// </summary>
  128. public virtual HashSet<ES_EducationSchedulingAdjustment> ES_EducationSchedulingAdjustment_CoursesTimeID { get; set; }
  129. /// <summary>
  130. /// ES_EducationSchedulingAdjustment1
  131. /// </summary>
  132. public virtual HashSet<ES_EducationSchedulingAdjustment> ES_EducationSchedulingAdjustment_ToCoursesTimeID { get; set; }
  133. /// <summary>
  134. /// ES_EducationSchedulingStop
  135. /// </summary>
  136. public virtual HashSet<ES_EducationSchedulingStop> ES_EducationSchedulingStop { get; set; }
  137. /// <summary>
  138. /// ES_TeacherScheduleSetting
  139. /// </summary>
  140. public virtual HashSet<ES_TeacherScheduleSetting> ES_TeacherScheduleSetting { get; set; }
  141. /// <summary>
  142. /// SUP_LessonRecord
  143. /// </summary>
  144. public virtual HashSet<SUP_LessonRecord> SUP_LessonRecord { get; set; }
  145. /// <summary>
  146. /// EM_EducationMissionClass
  147. /// </summary>
  148. public virtual HashSet<EM_EducationMissionClass> EM_EducationMissionClass { get; set; }
  149. }
  150. }