//------------------------------------------------------------------------------ // // 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; /// /// EX_ExaminationProject /// public partial class EX_ExaminationProject { public EX_ExaminationProject() { this.ER_CertisfierDistribute = new HashSet(); this.ER_LevelSetting = new HashSet(); this.ER_ProjectScore = new HashSet(); this.EX_ExaminationBatchProject = new HashSet(); this.EX_ExaminationProjectFee = new HashSet(); this.EX_ExaminationProjectSubject = new HashSet(); } /// /// ExaminationProjectID /// public System.Guid ExaminationProjectID { get; set; } /// /// ExaminationTypeID /// public Nullable ExaminationTypeID { get; set; } /// /// ExaminationLevelID /// public Nullable ExaminationLevelID { get; set; } /// /// Name /// public string Name { get; set; } /// /// PreposeProjectID /// public Nullable PreposeProjectID { get; set; } /// /// IssuedByID /// public Nullable IssuedByID { 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; } /// /// ER_CertisfierDistribute /// public virtual HashSet ER_CertisfierDistribute { get; set; } /// /// ER_LevelSetting /// public virtual HashSet ER_LevelSetting { get; set; } /// /// ER_ProjectScore /// public virtual HashSet ER_ProjectScore { get; set; } /// /// EX_ExaminationBatchProject /// public virtual HashSet EX_ExaminationBatchProject { get; set; } /// /// EX_ExaminationProjectFee /// public virtual HashSet EX_ExaminationProjectFee { get; set; } /// /// EX_ExaminationProjectSubject /// public virtual HashSet EX_ExaminationProjectSubject { get; set; } /// /// EX_ExaminationType /// public virtual EX_ExaminationType EX_ExaminationType { get; set; } } }