//------------------------------------------------------------------------------ // // 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; /// /// VTestQestion /// public partial class VTestQestion { /// /// rid /// public Nullable rid { get; set; } /// /// test_question_Id /// public decimal test_question_Id { get; set; } /// /// base_question_type_id /// public Nullable base_question_type_id { get; set; } /// /// content /// public string content { get; set; } /// /// question_file_id /// public Nullable question_file_id { get; set; } /// /// question_type_name /// public string question_type_name { get; set; } /// /// questione_lib_name /// public string questione_lib_name { get; set; } /// /// difficulty_degree /// public Nullable difficulty_degree { get; set; } /// /// answers /// public string answers { get; set; } /// /// is_order /// public Nullable is_order { get; set; } /// /// answers_note /// public string answers_note { get; set; } /// /// note /// public string note { get; set; } /// /// test_question_libary_id /// public Nullable test_question_libary_id { get; set; } /// /// used_count /// public Nullable used_count { get; set; } /// /// right_percent /// public Nullable right_percent { get; set; } /// /// is_vaild /// public Nullable is_vaild { get; set; } /// /// created_date /// public Nullable created_date { get; set; } /// /// wrong_count /// public Nullable wrong_count { get; set; } /// /// score /// public Nullable score { get; set; } /// /// filled /// public bool filled { get; set; } /// /// time_of_filling /// public Nullable time_of_filling { get; set; } /// /// created_by /// public string created_by { get; set; } /// /// wrong_percent /// public Nullable wrong_percent { get; set; } } }