//------------------------------------------------------------------------------ // <auto-generated> // 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. // </auto-generated> //------------------------------------------------------------------------------ namespace EMIS.Entities { #pragma warning disable 1573 using System; using System.Collections.Generic; /// <summary> /// ER_CertisfierDistribute /// </summary> public partial class ER_CertisfierDistribute { /// <summary> /// CertisfierDistributeID /// </summary> public System.Guid CertisfierDistributeID { get; set; } /// <summary> /// ExaminationProjectID /// </summary> public Nullable<System.Guid> ExaminationProjectID { get; set; } /// <summary> /// UserID /// </summary> public Nullable<System.Guid> UserID { get; set; } /// <summary> /// SchoolyearID /// </summary> public Nullable<System.Guid> SchoolyearID { get; set; } /// <summary> /// DistributeTypeID /// </summary> public Nullable<int> DistributeTypeID { get; set; } /// <summary> /// No /// </summary> public string No { get; set; } /// <summary> /// Distributer /// </summary> public string Distributer { get; set; } /// <summary> /// DistributeTime /// </summary> public Nullable<System.DateTime> DistributeTime { get; set; } /// <summary> /// ContactPerson /// </summary> public string ContactPerson { get; set; } /// <summary> /// ContactNo /// </summary> public string ContactNo { get; set; } /// <summary> /// ContactIDNo /// </summary> public string ContactIDNo { get; set; } /// <summary> /// Address /// </summary> public string Address { get; set; } /// <summary> /// DeliveryNoteNo /// </summary> public string DeliveryNoteNo { get; set; } /// <summary> /// SaveNo /// </summary> public string SaveNo { get; set; } /// <summary> /// RecordStatus /// </summary> public Nullable<int> RecordStatus { get; set; } /// <summary> /// CreateUserID /// </summary> public Nullable<System.Guid> CreateUserID { get; set; } /// <summary> /// CreateTime /// </summary> public Nullable<System.DateTime> CreateTime { get; set; } /// <summary> /// ModifyUserID /// </summary> public Nullable<System.Guid> ModifyUserID { get; set; } /// <summary> /// ModifyTime /// </summary> public Nullable<System.DateTime> ModifyTime { get; set; } /// <summary> /// CF_Schoolyear /// </summary> public virtual CF_Schoolyear CF_Schoolyear { get; set; } /// <summary> /// CF_Student /// </summary> public virtual CF_Student CF_Student { get; set; } /// <summary> /// EX_ExaminationProject /// </summary> public virtual EX_ExaminationProject EX_ExaminationProject { get; set; } } }