//------------------------------------------------------------------------------ // // 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; /// /// CF_Classmajor /// public partial class CF_Classmajor { public CF_Classmajor() { this.CF_Student = new HashSet(); this.CF_DifferentDynamic_BeforeClassmajorID = new HashSet(); this.CF_DifferentDynamic_AfterClassmajorID = new HashSet(); this.CF_NewStudent = new HashSet(); this.ER_FinalExamination = new HashSet(); this.ES_ClassmajorScheduleSetting = new HashSet(); this.SUP_LessonRecord = new HashSet(); this.DQP_SOC = new HashSet(); this.EM_EducationMissionClass = new HashSet(); this.EM_ExecutableOptionalCourse = new HashSet(); } /// /// ClassmajorID /// public System.Guid ClassmajorID { get; set; } /// /// GrademajorID /// public Nullable GrademajorID { get; set; } /// /// No /// public string No { get; set; } /// /// Name /// public string Name { get; set; } /// /// Abbreviation /// public string Abbreviation { get; set; } /// /// EnglishName /// public string EnglishName { get; set; } /// /// ClassNum /// public Nullable ClassNum { get; set; } /// /// UserID /// public Nullable UserID { get; set; } /// /// AssistantUserID /// public Nullable AssistantUserID { get; set; } /// /// Fixedclassroom /// public string Fixedclassroom { 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; } /// /// CF_Grademajor /// public virtual CF_Grademajor CF_Grademajor { get; set; } /// /// CF_Student /// public virtual HashSet CF_Student { get; set; } /// /// CF_DifferentDynamic /// public virtual HashSet CF_DifferentDynamic_BeforeClassmajorID { get; set; } /// /// CF_DifferentDynamic1 /// public virtual HashSet CF_DifferentDynamic_AfterClassmajorID { get; set; } /// /// CF_NewStudent /// public virtual HashSet CF_NewStudent { get; set; } /// /// ER_FinalExamination /// public virtual HashSet ER_FinalExamination { get; set; } /// /// ES_ClassmajorScheduleSetting /// public virtual HashSet ES_ClassmajorScheduleSetting { get; set; } /// /// SUP_LessonRecord /// public virtual HashSet SUP_LessonRecord { get; set; } /// /// DQP_SOC /// public virtual HashSet DQP_SOC { get; set; } /// /// EM_EducationMissionClass /// public virtual HashSet EM_EducationMissionClass { get; set; } /// /// EM_ExecutableOptionalCourse /// public virtual HashSet EM_ExecutableOptionalCourse { get; set; } } }