//------------------------------------------------------------------------------ // // 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 EMISOnline.Entities { #pragma warning disable 1573 using System; using System.Collections.Generic; /// /// ExamSetting_Examiner /// public partial class ExamSetting_Examiner { /// /// ID /// public long ID { get; set; } /// /// onlinetest_id /// public Nullable onlinetest_id { get; set; } /// /// UserID /// public string UserID { get; set; } /// /// UserName /// public string UserName { get; set; } /// /// UserType /// public Nullable UserType { get; set; } /// /// filled /// public bool filled { get; set; } /// /// time_of_filling /// public Nullable time_of_filling { get; set; } } }