//------------------------------------------------------------------------------
//
// 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;
///
/// ExamineeAnswer
///
public partial class ExamineeAnswer
{
///
/// ID
///
public System.Guid ID { get; set; }
///
/// onlinetest_id
///
public decimal onlinetest_id { get; set; }
///
/// user_id
///
public string user_id { get; set; }
///
/// resultXml
///
public string resultXml { get; set; }
///
/// filled
///
public bool filled { get; set; }
}
}