//------------------------------------------------------------------------------ // // 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_Grademajor /// public partial class CF_Grademajor { public CF_Grademajor() { this.CF_Classmajor = new HashSet(); this.EM_PlanApplication = new HashSet(); this.EC_ChargeStandard = new HashSet(); this.EM_SpecialtyPlan = new HashSet(); this.EM_EvaluationGradeControl = new HashSet(); this.EM_ExecutableOptionalCourse = new HashSet(); this.EM_ExecutablePlan = new HashSet(); this.EM_SelectCourseOpenControlSetting = new HashSet(); this.ER_GraduationCourse = new HashSet(); this.ER_GraduationCourseTypeRequirement = new HashSet(); this.ER_GraduationRequirement = new HashSet(); this.ER_GraduationStandard = new HashSet(); this.TP_WorktimeAddition = new HashSet(); } /// /// GrademajorID /// public System.Guid GrademajorID { get; set; } /// /// FacultymajorID /// public Nullable FacultymajorID { get; set; } /// /// Code /// public string Code { get; set; } /// /// Name /// public string Name { get; set; } /// /// Abbreviation /// public string Abbreviation { get; set; } /// /// GradeID /// public Nullable GradeID { get; set; } /// /// SemesterID /// public Nullable SemesterID { get; set; } /// /// GraduateSchoolyearID /// public Nullable GraduateSchoolyearID { get; set; } /// /// Professional /// public string Professional { 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_Classmajor /// public virtual HashSet CF_Classmajor { get; set; } /// /// CF_Facultymajor /// public virtual CF_Facultymajor CF_Facultymajor { get; set; } /// /// CF_Schoolyear /// public virtual CF_Schoolyear CF_Schoolyear { get; set; } /// /// EM_PlanApplication /// public virtual HashSet EM_PlanApplication { get; set; } /// /// EC_ChargeStandard /// public virtual HashSet EC_ChargeStandard { get; set; } /// /// EM_SpecialtyPlan /// public virtual HashSet EM_SpecialtyPlan { get; set; } /// /// EM_EvaluationGradeControl /// public virtual HashSet EM_EvaluationGradeControl { get; set; } /// /// EM_ExecutableOptionalCourse /// public virtual HashSet EM_ExecutableOptionalCourse { get; set; } /// /// EM_ExecutablePlan /// public virtual HashSet EM_ExecutablePlan { get; set; } /// /// EM_SelectCourseOpenControlSetting /// public virtual HashSet EM_SelectCourseOpenControlSetting { get; set; } /// /// ER_GraduationCourse /// public virtual HashSet ER_GraduationCourse { get; set; } /// /// ER_GraduationCourseTypeRequirement /// public virtual HashSet ER_GraduationCourseTypeRequirement { get; set; } /// /// ER_GraduationRequirement /// public virtual HashSet ER_GraduationRequirement { get; set; } /// /// ER_GraduationStandard /// public virtual HashSet ER_GraduationStandard { get; set; } /// /// TP_WorktimeAddition /// public virtual HashSet TP_WorktimeAddition { get; set; } } }