//------------------------------------------------------------------------------ // // 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_SpecialtyCourse /// public partial class EM_SpecialtyCourse { public EM_SpecialtyCourse() { this.EM_TeachingModeType = new HashSet(); this.EM_TeachingPlace = new HashSet(); } /// /// SpecialtyCourseID /// public System.Guid SpecialtyCourseID { get; set; } /// /// SpecialtyID /// public Nullable SpecialtyID { get; set; } /// /// StarttermID /// public Nullable StarttermID { get; set; } /// /// CoursematerialID /// public Nullable CoursematerialID { get; set; } /// /// CourseStructureID /// public Nullable CourseStructureID { get; set; } /// /// CourseCategoryID /// public Nullable CourseCategoryID { get; set; } /// /// CourseTypeID /// public Nullable CourseTypeID { get; set; } /// /// CourseQualityID /// public Nullable CourseQualityID { get; set; } /// /// DepartmentID /// public Nullable DepartmentID { get; set; } /// /// IsSpecialtycore /// public Nullable IsSpecialtycore { get; set; } /// /// IsCooperation /// public Nullable IsCooperation { get; set; } /// /// IsRequired /// public Nullable IsRequired { get; set; } /// /// IsElective /// public Nullable IsElective { get; set; } /// /// IsNetworkCourse /// public Nullable IsNetworkCourse { get; set; } /// /// IsMainCourse /// public Nullable IsMainCourse { get; set; } /// /// IsNeedMaterial /// public Nullable IsNeedMaterial { get; set; } /// /// CourseFineID /// public Nullable CourseFineID { get; set; } /// /// PracticeTypeID /// public Nullable PracticeTypeID { get; set; } /// /// TeachinglanguageID /// public Nullable TeachinglanguageID { get; set; } /// /// ExaminationModeID /// public Nullable ExaminationModeID { get; set; } /// /// ResultTypeID /// public Nullable ResultTypeID { get; set; } /// /// HandleModeID /// public Nullable HandleModeID { 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; } /// /// CF_Department /// public virtual CF_Department CF_Department { get; set; } /// /// CF_Specialty /// public virtual CF_Specialty CF_Specialty { get; set; } /// /// EM_Coursematerial /// public virtual EM_Coursematerial EM_Coursematerial { get; set; } /// /// EM_SpecialtyCourseTeachingSetting /// public virtual EM_SpecialtyCourseTeachingSetting EM_SpecialtyCourseTeachingSetting { get; set; } /// /// EM_TeachingModeType /// public virtual HashSet EM_TeachingModeType { get; set; } /// /// EM_TeachingPlace /// public virtual HashSet EM_TeachingPlace { get; set; } } }