//------------------------------------------------------------------------------
//
// 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;
///
/// test_onlinetest
///
public partial class test_onlinetest
{
public test_onlinetest()
{
this.ExamResult = new HashSet();
this.test_onlinetest_manshow = new HashSet();
}
///
/// onlinetest_id
///
public decimal onlinetest_id { get; set; }
///
/// test_paper_id
///
public Nullable test_paper_id { get; set; }
///
/// test_name
///
public string test_name { 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; }
///
/// breaking_id
///
public Nullable breaking_id { get; set; }
///
/// test_method_set_id
///
public Nullable test_method_set_id { get; set; }
///
/// notice_method_id
///
public string notice_method_id { get; set; }
///
/// status_id
///
public Nullable status_id { get; set; }
///
/// test_code
///
public string test_code { get; set; }
///
/// created_by
///
public string created_by { get; set; }
///
/// created_date
///
public Nullable created_date { get; set; }
///
/// subjectiveQAutoRead
///
public Nullable subjectiveQAutoRead { get; set; }
///
/// ModityContent
///
public string ModityContent { get; set; }
///
/// ISautoBegin
///
public Nullable ISautoBegin { get; set; }
///
/// isOpenAnswer
///
public Nullable isOpenAnswer { get; set; }
///
/// rand_Test_time
///
public Nullable rand_Test_time { get; set; }
///
/// rand_test_count
///
public Nullable rand_test_count { get; set; }
///
/// rand_test_point_type
///
public Nullable rand_test_point_type { get; set; }
///
/// rand_test_point_setid
///
public Nullable rand_test_point_setid { get; set; }
///
/// display_type
///
public Nullable display_type { get; set; }
///
/// isPublishScore
///
public Nullable isPublishScore { get; set; }
///
/// isControllable
///
public Nullable isControllable { get; set; }
///
/// notice_datetime
///
public Nullable notice_datetime { get; set; }
///
/// relogin_count
///
public Nullable relogin_count { get; set; }
///
/// filled
///
public bool filled { get; set; }
///
/// time_of_filling
///
public Nullable time_of_filling { get; set; }
///
/// version
///
public byte[] version { get; set; }
///
/// ExamID
///
public System.Guid ExamID { get; set; }
///
/// SubCode
///
public string SubCode { get; set; }
///
/// PassRate
///
public Nullable PassRate { get; set; }
///
/// ExamerState
///
public Nullable ExamerState { get; set; }
///
/// isReadPaper
///
public Nullable isReadPaper { get; set; }
///
/// EducationMissionClassID
///
public Nullable EducationMissionClassID { get; set; }
///
/// ExamResult
///
public virtual HashSet ExamResult { get; set; }
///
/// test_onlinetest_manshow
///
public virtual HashSet test_onlinetest_manshow { get; set; }
///
/// test_paper
///
public virtual test_paper test_paper { get; set; }
}
}