//------------------------------------------------------------------------------
//
// 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 Neo.Afx.Admin.Form
{
using System.Web.Script.Serialization;
using System;
using System.Collections.Generic;
public partial class ChecklistResult
{
public long ChecklistResultID { get; set; }
public int EntityID { get; set; }
public long ItemID { get; set; }
public long ChecklistTemplateQuestionID { get; set; }
public string Result { get; set; }
public string Comments { get; set; }
public Nullable CreatedByID { get; set; }
public Nullable CreadtedDate { get; set; }
public Nullable UpdatedByID { get; set; }
public Nullable UpdatedDate { get; set; }
public virtual ChecklistTemplateQuestion ChecklistTemplateQuestion { get; set; }
}
}