//------------------------------------------------------------------------------
//
// 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_paper
///
public partial class test_paper
{
public test_paper()
{
this.Coursework = new HashSet();
this.CourseworkResult = new HashSet();
this.test_onlinetest = new HashSet();
this.test_paper_question_set = new HashSet();
}
///
/// test_paper_id
///
public decimal test_paper_id { get; set; }
///
/// PaperName
///
public string PaperName { get; set; }
///
/// note
///
public string note { get; set; }
///
/// knowledge_type_set_id
///
public Nullable knowledge_type_set_id { get; set; }
///
/// knowledge_point_set_id
///
public Nullable knowledge_point_set_id { get; set; }
///
/// open_dept_set_id
///
public Nullable open_dept_set_id { get; set; }
///
/// is_open_answer
///
public Nullable is_open_answer { get; set; }
///
/// question_libary_set_id
///
public string question_libary_set_id { get; set; }
///
/// error_percent
///
public Nullable error_percent { get; set; }
///
/// used_count_min
///
public Nullable used_count_min { get; set; }
///
/// used_count_max
///
public Nullable used_count_max { get; set; }
///
/// difficulty_degree_minvalue
///
public Nullable difficulty_degree_minvalue { get; set; }
///
/// difficulty_degree_maxvalue
///
public Nullable difficulty_degree_maxvalue { get; set; }
///
/// isTestOrSelfTest
///
public Nullable isTestOrSelfTest { get; set; }
///
/// test_method
///
public Nullable test_method { get; set; }
///
/// question_update_date_min
///
public Nullable question_update_date_min { get; set; }
///
/// question_update_date_max
///
public Nullable question_update_date_max { get; set; }
///
/// is_vaild
///
public Nullable is_vaild { get; set; }
///
/// vaild_begin_date
///
public Nullable vaild_begin_date { get; set; }
///
/// vaild_end_date
///
public Nullable vaild_end_date { get; set; }
///
/// distributing_option
///
public Nullable distributing_option { get; set; }
///
/// Prority
///
public Nullable Prority { get; set; }
///
/// paper_score
///
public Nullable paper_score { get; set; }
///
/// is_converted
///
public Nullable is_converted { get; set; }
///
/// used_count
///
public Nullable used_count { get; set; }
///
/// created_by
///
public string created_by { get; set; }
///
/// created_date
///
public Nullable created_date { get; set; }
///
/// is_dynamic
///
public bool is_dynamic { get; set; }
///
/// is_autogenerate
///
public Nullable is_autogenerate { get; set; }
///
/// question_setting
///
public string question_setting { get; set; }
///
/// test_paper_parent_id
///
public Nullable test_paper_parent_id { get; set; }
///
/// question_setting_xml
///
public string question_setting_xml { get; set; }
///
/// Coursework
///
public virtual HashSet Coursework { get; set; }
///
/// CourseworkResult
///
public virtual HashSet CourseworkResult { get; set; }
///
/// test_onlinetest
///
public virtual HashSet test_onlinetest { get; set; }
///
/// test_paper_question_set
///
public virtual HashSet test_paper_question_set { get; set; }
}
}