//------------------------------------------------------------------------------ // // 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_Facultymajor /// public partial class CF_Facultymajor { public CF_Facultymajor() { this.CF_Grademajor = new HashSet(); this.DQP_SOCTemplate = new HashSet(); this.EX_ExaminationSubjectCollegeControl = new HashSet(); this.EX_ExaminationSubjectCountLimit = new HashSet(); this.HB_FacultymajorStudentCount = new HashSet(); } /// /// FacultymajorID /// public System.Guid FacultymajorID { get; set; } /// /// CollegeID /// public Nullable CollegeID { get; set; } /// /// Code /// public string Code { get; set; } /// /// Name /// public string Name { get; set; } /// /// Abbreviation /// public string Abbreviation { get; set; } /// /// EnglishName /// public string EnglishName { get; set; } /// /// StandardID /// public Nullable StandardID { get; set; } /// /// EducationID /// public Nullable EducationID { get; set; } /// /// LearningformID /// public Nullable LearningformID { get; set; } /// /// LearnSystem /// public Nullable LearnSystem { get; set; } /// /// ScienceclassID /// public Nullable ScienceclassID { get; set; } /// /// LearningstyleID /// public Nullable LearningstyleID { get; set; } /// /// LearnPositionID /// public Nullable LearnPositionID { get; set; } /// /// TeacherIdentification /// public string TeacherIdentification { get; set; } /// /// SetTime /// public Nullable SetTime { 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_College /// public virtual CF_College CF_College { get; set; } /// /// CF_Grademajor /// public virtual HashSet CF_Grademajor { get; set; } /// /// DQP_SOCTemplate /// public virtual HashSet DQP_SOCTemplate { get; set; } /// /// EX_ExaminationSubjectCollegeControl /// public virtual HashSet EX_ExaminationSubjectCollegeControl { get; set; } /// /// EX_ExaminationSubjectCountLimit /// public virtual HashSet EX_ExaminationSubjectCountLimit { get; set; } /// /// HB_FacultymajorStudentCount /// public virtual HashSet HB_FacultymajorStudentCount { get; set; } } }