//------------------------------------------------------------------------------ // // This code was generated from a template. // // Manual changes to this file may cause unexpected behavior in your application. // Manual changes to this file will be overwritten if the code is regenerated. // //------------------------------------------------------------------------------ namespace EMIS.Entities { #pragma warning disable 1573 using System; using System.Collections.Generic; /// /// EM_Coursematerial /// public partial class EM_Coursematerial { public EM_Coursematerial() { this.DQP_SOC = new HashSet(); this.DQP_SOCTemplate = new HashSet(); this.ER_GraduateDesignCoursematerial = new HashSet(); this.EM_EducationMissionClass = new HashSet(); this.EM_EvaluationCollegeScore = new HashSet(); this.EM_EvaluationStaffScore = new HashSet(); this.EM_EvaluationStudentScore = new HashSet(); this.EM_ExecutableMinorPlan = new HashSet(); this.EM_ExecutablePlan = new HashSet(); this.EM_FreeSelectionCouse = new HashSet(); this.EM_MinorCourse = new HashSet(); this.EM_MinorPlan = new HashSet(); this.EM_MinorPlanApplication = new HashSet(); this.EM_OptionalCoursePlan = new HashSet(); this.EM_PlanApplication = new HashSet(); this.EM_SpecialtyCourse = new HashSet(); this.EM_SpecialtyPlan = new HashSet(); this.ER_ClubCourse = new HashSet(); this.ER_ExaminationExemption = new HashSet(); this.ER_ExaminationSuspension = new HashSet(); this.ER_FinalExamination = new HashSet(); this.ER_FinallyScore = new HashSet(); this.ER_GraduationCourse = new HashSet(); this.ER_ImportScore = new HashSet(); this.ER_Misconduct = new HashSet(); this.ER_RetakePlan = new HashSet(); this.ER_ScoreConvertByApply = new HashSet(); this.ER_ScoreConvertByLevelScore = new HashSet(); this.ER_ScoreConvertByReplace_SourceCoursematerialID = new HashSet(); this.ER_ScoreConvertByReplace_TargetCoursematerialID = new HashSet(); this.ER_SubmitedScore = new HashSet(); this.ES_CourseScheduleSetting = new HashSet(); this.EX_ExaminationPlan = new HashSet(); this.SUP_LessonRecord = new HashSet(); this.SUP_ProjectRecord = new HashSet(); this.TP_WorktimeAddition = new HashSet(); this.CF_TeachingMaterialPool = new HashSet(); } /// /// CoursematerialID /// public System.Guid CoursematerialID { get; set; } /// /// CourseCode /// public string CourseCode { get; set; } /// /// CourseName /// public string CourseName { get; set; } /// /// Abbreviation /// public string Abbreviation { get; set; } /// /// EnglishName /// public string EnglishName { get; set; } /// /// StandardName /// public string StandardName { get; set; } /// /// CourseEdition /// public string CourseEdition { get; set; } /// /// CourseLevelID /// public Nullable CourseLevelID { get; set; } /// /// CourseScienceID /// public Nullable CourseScienceID { get; set; } /// /// ClassGroupingID /// public Nullable ClassGroupingID { get; set; } /// /// CourseSynopsis /// public string CourseSynopsis { get; set; } /// /// CourseReserve /// public string CourseReserve { get; set; } /// /// IsEnable /// public Nullable IsEnable { get; set; } /// /// Remark /// public string Remark { get; set; } /// /// RecordStatus /// public Nullable RecordStatus { get; set; } /// /// CreateUserID /// public Nullable CreateUserID { get; set; } /// /// CreateTime /// public Nullable CreateTime { get; set; } /// /// ModifyUserID /// public Nullable ModifyUserID { get; set; } /// /// ModifyTime /// public Nullable ModifyTime { get; set; } /// /// DQP_SOC /// public virtual HashSet DQP_SOC { get; set; } /// /// DQP_SOCTemplate /// public virtual HashSet DQP_SOCTemplate { get; set; } /// /// EM_ClassGrouping /// public virtual EM_ClassGrouping EM_ClassGrouping { get; set; } /// /// ER_GraduateDesignCoursematerial /// public virtual HashSet ER_GraduateDesignCoursematerial { get; set; } /// /// EM_EducationMissionClass /// public virtual HashSet EM_EducationMissionClass { get; set; } /// /// EM_EvaluationCollegeScore /// public virtual HashSet EM_EvaluationCollegeScore { get; set; } /// /// EM_EvaluationStaffScore /// public virtual HashSet EM_EvaluationStaffScore { get; set; } /// /// EM_EvaluationStudentScore /// public virtual HashSet EM_EvaluationStudentScore { get; set; } /// /// EM_ExecutableMinorPlan /// public virtual HashSet EM_ExecutableMinorPlan { get; set; } /// /// EM_ExecutablePlan /// public virtual HashSet EM_ExecutablePlan { get; set; } /// /// EM_FreeSelectionCouse /// public virtual HashSet EM_FreeSelectionCouse { get; set; } /// /// EM_MinorCourse /// public virtual HashSet EM_MinorCourse { get; set; } /// /// EM_MinorPlan /// public virtual HashSet EM_MinorPlan { get; set; } /// /// EM_MinorPlanApplication /// public virtual HashSet EM_MinorPlanApplication { get; set; } /// /// EM_OptionalCoursePlan /// public virtual HashSet EM_OptionalCoursePlan { get; set; } /// /// EM_PlanApplication /// public virtual HashSet EM_PlanApplication { get; set; } /// /// EM_SpecialtyCourse /// public virtual HashSet EM_SpecialtyCourse { get; set; } /// /// EM_SpecialtyPlan /// public virtual HashSet EM_SpecialtyPlan { get; set; } /// /// ER_ClubCourse /// public virtual HashSet ER_ClubCourse { get; set; } /// /// ER_ExaminationExemption /// public virtual HashSet ER_ExaminationExemption { get; set; } /// /// ER_ExaminationSuspension /// public virtual HashSet ER_ExaminationSuspension { get; set; } /// /// ER_FinalExamination /// public virtual HashSet ER_FinalExamination { get; set; } /// /// ER_FinallyScore /// public virtual HashSet ER_FinallyScore { get; set; } /// /// ER_GraduationCourse /// public virtual HashSet ER_GraduationCourse { get; set; } /// /// ER_ImportScore /// public virtual HashSet ER_ImportScore { get; set; } /// /// ER_Misconduct /// public virtual HashSet ER_Misconduct { get; set; } /// /// ER_RetakePlan /// public virtual HashSet ER_RetakePlan { get; set; } /// /// ER_ScoreConvertByApply /// public virtual HashSet ER_ScoreConvertByApply { get; set; } /// /// ER_ScoreConvertByLevelScore /// public virtual HashSet ER_ScoreConvertByLevelScore { get; set; } /// /// ER_ScoreConvertByReplace /// public virtual HashSet ER_ScoreConvertByReplace_SourceCoursematerialID { get; set; } /// /// ER_ScoreConvertByReplace1 /// public virtual HashSet ER_ScoreConvertByReplace_TargetCoursematerialID { get; set; } /// /// ER_SubmitedScore /// public virtual HashSet ER_SubmitedScore { get; set; } /// /// ES_CourseScheduleSetting /// public virtual HashSet ES_CourseScheduleSetting { get; set; } /// /// EX_ExaminationPlan /// public virtual HashSet EX_ExaminationPlan { get; set; } /// /// SUP_LessonRecord /// public virtual HashSet SUP_LessonRecord { get; set; } /// /// SUP_ProjectRecord /// public virtual HashSet SUP_ProjectRecord { get; set; } /// /// TP_WorktimeAddition /// public virtual HashSet TP_WorktimeAddition { get; set; } /// /// CF_TeachingMaterialPool /// public virtual HashSet CF_TeachingMaterialPool { get; set; } } }