//------------------------------------------------------------------------------
//
// 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;
///
/// ExamResult
///
public partial class ExamResult
{
///
/// ID
///
public decimal ID { get; set; }
///
/// user_id
///
public string user_id { get; set; }
///
/// test_name
///
public string test_name { get; set; }
///
/// test_paper_id
///
public Nullable test_paper_id { get; set; }
///
/// test_begin_date
///
public Nullable test_begin_date { get; set; }
///
/// test_end_date
///
public Nullable test_end_date { get; set; }
///
/// limited_minutes
///
public Nullable limited_minutes { get; set; }
///
/// test_address
///
public string test_address { get; set; }
///
/// onlinetest_id
///
public decimal onlinetest_id { get; set; }
///
/// OrgId
///
public string OrgId { get; set; }
///
/// username
///
public string username { get; set; }
///
/// score
///
public Nullable score { get; set; }
///
/// modifiy_sore
///
public Nullable modifiy_sore { get; set; }
///
/// is_auto_read
///
public Nullable is_auto_read { get; set; }
///
/// visible
///
public Nullable visible { get; set; }
///
/// is_man_read
///
public Nullable is_man_read { get; set; }
///
/// last_examination
///
public string last_examination { get; set; }
///
/// state
///
public Nullable state { get; set; }
///
/// warning_count
///
public Nullable warning_count { get; set; }
///
/// lastModified
///
public Nullable lastModified { get; set; }
///
/// relogin_count
///
public Nullable relogin_count { get; set; }
///
/// time_of_filling
///
public Nullable time_of_filling { get; set; }
///
/// filled
///
public bool filled { get; set; }
///
/// lastLoginTime
///
public Nullable lastLoginTime { get; set; }
///
/// test_onlinetest
///
public virtual test_onlinetest test_onlinetest { get; set; }
}
}