EM_Coursematerial.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292
  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_Coursematerial
  16. /// </summary>
  17. public partial class EM_Coursematerial
  18. {
  19. public EM_Coursematerial()
  20. {
  21. this.DQP_SOC = new HashSet<DQP_SOC>();
  22. this.DQP_SOCTemplate = new HashSet<DQP_SOCTemplate>();
  23. this.ER_GraduateDesignCoursematerial = new HashSet<ER_GraduateDesignCoursematerial>();
  24. this.EM_EducationMissionClass = new HashSet<EM_EducationMissionClass>();
  25. this.EM_EvaluationCollegeScore = new HashSet<EM_EvaluationCollegeScore>();
  26. this.EM_EvaluationStaffScore = new HashSet<EM_EvaluationStaffScore>();
  27. this.EM_EvaluationStudentScore = new HashSet<EM_EvaluationStudentScore>();
  28. this.EM_ExecutableMinorPlan = new HashSet<EM_ExecutableMinorPlan>();
  29. this.EM_ExecutablePlan = new HashSet<EM_ExecutablePlan>();
  30. this.EM_FreeSelectionCouse = new HashSet<EM_FreeSelectionCouse>();
  31. this.EM_MinorCourse = new HashSet<EM_MinorCourse>();
  32. this.EM_MinorPlan = new HashSet<EM_MinorPlan>();
  33. this.EM_MinorPlanApplication = new HashSet<EM_MinorPlanApplication>();
  34. this.EM_OptionalCoursePlan = new HashSet<EM_OptionalCoursePlan>();
  35. this.EM_PlanApplication = new HashSet<EM_PlanApplication>();
  36. this.EM_SpecialtyCourse = new HashSet<EM_SpecialtyCourse>();
  37. this.EM_SpecialtyPlan = new HashSet<EM_SpecialtyPlan>();
  38. this.ER_ClubCourse = new HashSet<ER_ClubCourse>();
  39. this.ER_ExaminationExemption = new HashSet<ER_ExaminationExemption>();
  40. this.ER_ExaminationSuspension = new HashSet<ER_ExaminationSuspension>();
  41. this.ER_FinalExamination = new HashSet<ER_FinalExamination>();
  42. this.ER_FinallyScore = new HashSet<ER_FinallyScore>();
  43. this.ER_GraduationCourse = new HashSet<ER_GraduationCourse>();
  44. this.ER_ImportScore = new HashSet<ER_ImportScore>();
  45. this.ER_Misconduct = new HashSet<ER_Misconduct>();
  46. this.ER_RetakePlan = new HashSet<ER_RetakePlan>();
  47. this.ER_ScoreConvertByApply = new HashSet<ER_ScoreConvertByApply>();
  48. this.ER_ScoreConvertByLevelScore = new HashSet<ER_ScoreConvertByLevelScore>();
  49. this.ER_ScoreConvertByReplace_SourceCoursematerialID = new HashSet<ER_ScoreConvertByReplace>();
  50. this.ER_ScoreConvertByReplace_TargetCoursematerialID = new HashSet<ER_ScoreConvertByReplace>();
  51. this.ER_SubmitedScore = new HashSet<ER_SubmitedScore>();
  52. this.ES_CourseScheduleSetting = new HashSet<ES_CourseScheduleSetting>();
  53. this.EX_ExaminationPlan = new HashSet<EX_ExaminationPlan>();
  54. this.SUP_LessonRecord = new HashSet<SUP_LessonRecord>();
  55. this.SUP_ProjectRecord = new HashSet<SUP_ProjectRecord>();
  56. this.TP_WorktimeAddition = new HashSet<TP_WorktimeAddition>();
  57. this.CF_TeachingMaterialPool = new HashSet<CF_TeachingMaterialPool>();
  58. }
  59. /// <summary>
  60. /// CoursematerialID
  61. /// </summary>
  62. public System.Guid CoursematerialID { get; set; }
  63. /// <summary>
  64. /// CourseCode
  65. /// </summary>
  66. public string CourseCode { get; set; }
  67. /// <summary>
  68. /// CourseName
  69. /// </summary>
  70. public string CourseName { get; set; }
  71. /// <summary>
  72. /// Abbreviation
  73. /// </summary>
  74. public string Abbreviation { get; set; }
  75. /// <summary>
  76. /// EnglishName
  77. /// </summary>
  78. public string EnglishName { get; set; }
  79. /// <summary>
  80. /// StandardName
  81. /// </summary>
  82. public string StandardName { get; set; }
  83. /// <summary>
  84. /// CourseEdition
  85. /// </summary>
  86. public string CourseEdition { get; set; }
  87. /// <summary>
  88. /// CourseLevelID
  89. /// </summary>
  90. public Nullable<int> CourseLevelID { get; set; }
  91. /// <summary>
  92. /// CourseScienceID
  93. /// </summary>
  94. public Nullable<int> CourseScienceID { get; set; }
  95. /// <summary>
  96. /// ClassGroupingID
  97. /// </summary>
  98. public Nullable<System.Guid> ClassGroupingID { get; set; }
  99. /// <summary>
  100. /// CourseSynopsis
  101. /// </summary>
  102. public string CourseSynopsis { get; set; }
  103. /// <summary>
  104. /// CourseReserve
  105. /// </summary>
  106. public string CourseReserve { get; set; }
  107. /// <summary>
  108. /// IsEnable
  109. /// </summary>
  110. public Nullable<bool> IsEnable { get; set; }
  111. /// <summary>
  112. /// Remark
  113. /// </summary>
  114. public string Remark { get; set; }
  115. /// <summary>
  116. /// RecordStatus
  117. /// </summary>
  118. public Nullable<int> RecordStatus { get; set; }
  119. /// <summary>
  120. /// CreateUserID
  121. /// </summary>
  122. public Nullable<System.Guid> CreateUserID { get; set; }
  123. /// <summary>
  124. /// CreateTime
  125. /// </summary>
  126. public Nullable<System.DateTime> CreateTime { get; set; }
  127. /// <summary>
  128. /// ModifyUserID
  129. /// </summary>
  130. public Nullable<System.Guid> ModifyUserID { get; set; }
  131. /// <summary>
  132. /// ModifyTime
  133. /// </summary>
  134. public Nullable<System.DateTime> ModifyTime { get; set; }
  135. /// <summary>
  136. /// DQP_SOC
  137. /// </summary>
  138. public virtual HashSet<DQP_SOC> DQP_SOC { get; set; }
  139. /// <summary>
  140. /// DQP_SOCTemplate
  141. /// </summary>
  142. public virtual HashSet<DQP_SOCTemplate> DQP_SOCTemplate { get; set; }
  143. /// <summary>
  144. /// EM_ClassGrouping
  145. /// </summary>
  146. public virtual EM_ClassGrouping EM_ClassGrouping { get; set; }
  147. /// <summary>
  148. /// ER_GraduateDesignCoursematerial
  149. /// </summary>
  150. public virtual HashSet<ER_GraduateDesignCoursematerial> ER_GraduateDesignCoursematerial { get; set; }
  151. /// <summary>
  152. /// EM_EducationMissionClass
  153. /// </summary>
  154. public virtual HashSet<EM_EducationMissionClass> EM_EducationMissionClass { get; set; }
  155. /// <summary>
  156. /// EM_EvaluationCollegeScore
  157. /// </summary>
  158. public virtual HashSet<EM_EvaluationCollegeScore> EM_EvaluationCollegeScore { get; set; }
  159. /// <summary>
  160. /// EM_EvaluationStaffScore
  161. /// </summary>
  162. public virtual HashSet<EM_EvaluationStaffScore> EM_EvaluationStaffScore { get; set; }
  163. /// <summary>
  164. /// EM_EvaluationStudentScore
  165. /// </summary>
  166. public virtual HashSet<EM_EvaluationStudentScore> EM_EvaluationStudentScore { get; set; }
  167. /// <summary>
  168. /// EM_ExecutableMinorPlan
  169. /// </summary>
  170. public virtual HashSet<EM_ExecutableMinorPlan> EM_ExecutableMinorPlan { get; set; }
  171. /// <summary>
  172. /// EM_ExecutablePlan
  173. /// </summary>
  174. public virtual HashSet<EM_ExecutablePlan> EM_ExecutablePlan { get; set; }
  175. /// <summary>
  176. /// EM_FreeSelectionCouse
  177. /// </summary>
  178. public virtual HashSet<EM_FreeSelectionCouse> EM_FreeSelectionCouse { get; set; }
  179. /// <summary>
  180. /// EM_MinorCourse
  181. /// </summary>
  182. public virtual HashSet<EM_MinorCourse> EM_MinorCourse { get; set; }
  183. /// <summary>
  184. /// EM_MinorPlan
  185. /// </summary>
  186. public virtual HashSet<EM_MinorPlan> EM_MinorPlan { get; set; }
  187. /// <summary>
  188. /// EM_MinorPlanApplication
  189. /// </summary>
  190. public virtual HashSet<EM_MinorPlanApplication> EM_MinorPlanApplication { get; set; }
  191. /// <summary>
  192. /// EM_OptionalCoursePlan
  193. /// </summary>
  194. public virtual HashSet<EM_OptionalCoursePlan> EM_OptionalCoursePlan { get; set; }
  195. /// <summary>
  196. /// EM_PlanApplication
  197. /// </summary>
  198. public virtual HashSet<EM_PlanApplication> EM_PlanApplication { get; set; }
  199. /// <summary>
  200. /// EM_SpecialtyCourse
  201. /// </summary>
  202. public virtual HashSet<EM_SpecialtyCourse> EM_SpecialtyCourse { get; set; }
  203. /// <summary>
  204. /// EM_SpecialtyPlan
  205. /// </summary>
  206. public virtual HashSet<EM_SpecialtyPlan> EM_SpecialtyPlan { get; set; }
  207. /// <summary>
  208. /// ER_ClubCourse
  209. /// </summary>
  210. public virtual HashSet<ER_ClubCourse> ER_ClubCourse { get; set; }
  211. /// <summary>
  212. /// ER_ExaminationExemption
  213. /// </summary>
  214. public virtual HashSet<ER_ExaminationExemption> ER_ExaminationExemption { get; set; }
  215. /// <summary>
  216. /// ER_ExaminationSuspension
  217. /// </summary>
  218. public virtual HashSet<ER_ExaminationSuspension> ER_ExaminationSuspension { get; set; }
  219. /// <summary>
  220. /// ER_FinalExamination
  221. /// </summary>
  222. public virtual HashSet<ER_FinalExamination> ER_FinalExamination { get; set; }
  223. /// <summary>
  224. /// ER_FinallyScore
  225. /// </summary>
  226. public virtual HashSet<ER_FinallyScore> ER_FinallyScore { get; set; }
  227. /// <summary>
  228. /// ER_GraduationCourse
  229. /// </summary>
  230. public virtual HashSet<ER_GraduationCourse> ER_GraduationCourse { get; set; }
  231. /// <summary>
  232. /// ER_ImportScore
  233. /// </summary>
  234. public virtual HashSet<ER_ImportScore> ER_ImportScore { get; set; }
  235. /// <summary>
  236. /// ER_Misconduct
  237. /// </summary>
  238. public virtual HashSet<ER_Misconduct> ER_Misconduct { get; set; }
  239. /// <summary>
  240. /// ER_RetakePlan
  241. /// </summary>
  242. public virtual HashSet<ER_RetakePlan> ER_RetakePlan { get; set; }
  243. /// <summary>
  244. /// ER_ScoreConvertByApply
  245. /// </summary>
  246. public virtual HashSet<ER_ScoreConvertByApply> ER_ScoreConvertByApply { get; set; }
  247. /// <summary>
  248. /// ER_ScoreConvertByLevelScore
  249. /// </summary>
  250. public virtual HashSet<ER_ScoreConvertByLevelScore> ER_ScoreConvertByLevelScore { get; set; }
  251. /// <summary>
  252. /// ER_ScoreConvertByReplace
  253. /// </summary>
  254. public virtual HashSet<ER_ScoreConvertByReplace> ER_ScoreConvertByReplace_SourceCoursematerialID { get; set; }
  255. /// <summary>
  256. /// ER_ScoreConvertByReplace1
  257. /// </summary>
  258. public virtual HashSet<ER_ScoreConvertByReplace> ER_ScoreConvertByReplace_TargetCoursematerialID { get; set; }
  259. /// <summary>
  260. /// ER_SubmitedScore
  261. /// </summary>
  262. public virtual HashSet<ER_SubmitedScore> ER_SubmitedScore { get; set; }
  263. /// <summary>
  264. /// ES_CourseScheduleSetting
  265. /// </summary>
  266. public virtual HashSet<ES_CourseScheduleSetting> ES_CourseScheduleSetting { get; set; }
  267. /// <summary>
  268. /// EX_ExaminationPlan
  269. /// </summary>
  270. public virtual HashSet<EX_ExaminationPlan> EX_ExaminationPlan { get; set; }
  271. /// <summary>
  272. /// SUP_LessonRecord
  273. /// </summary>
  274. public virtual HashSet<SUP_LessonRecord> SUP_LessonRecord { get; set; }
  275. /// <summary>
  276. /// SUP_ProjectRecord
  277. /// </summary>
  278. public virtual HashSet<SUP_ProjectRecord> SUP_ProjectRecord { get; set; }
  279. /// <summary>
  280. /// TP_WorktimeAddition
  281. /// </summary>
  282. public virtual HashSet<TP_WorktimeAddition> TP_WorktimeAddition { get; set; }
  283. /// <summary>
  284. /// CF_TeachingMaterialPool
  285. /// </summary>
  286. public virtual HashSet<CF_TeachingMaterialPool> CF_TeachingMaterialPool { get; set; }
  287. }
  288. }