//------------------------------------------------------------------------------ // // 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_Grademinor /// public partial class CF_Grademinor { public CF_Grademinor() { this.CF_Classminor = new HashSet(); this.EM_MinorPlan = new HashSet(); this.EM_StudentMinorRegist = new HashSet(); } /// /// GrademinorID /// public System.Guid GrademinorID { get; set; } /// /// GrademinorApplicationID /// public Nullable GrademinorApplicationID { get; set; } /// /// SchoolyearID /// public Nullable SchoolyearID { get; set; } /// /// CollegeID /// public Nullable CollegeID { get; set; } /// /// YearID /// public Nullable YearID { get; set; } /// /// StandardID /// public Nullable StandardID { get; set; } /// /// StudentLimit /// public Nullable StudentLimit { 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_Classminor /// public virtual HashSet CF_Classminor { get; set; } /// /// CF_GrademinorApplication /// public virtual CF_GrademinorApplication CF_GrademinorApplication { get; set; } /// /// EM_MinorPlan /// public virtual HashSet EM_MinorPlan { get; set; } /// /// EM_StudentMinorRegist /// public virtual HashSet EM_StudentMinorRegist { get; set; } } }