//------------------------------------------------------------------------------
//
// 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.Services.Queries.Entities
{
using System.Web.Script.Serialization;
using System;
using System.Collections.Generic;
public partial class Vw_Queries
{
public long QueryID { get; set; }
public string QueryReference { get; set; }
public short QueryTypeID { get; set; }
public string QueryType { get; set; }
public short QueryStatusID { get; set; }
public string QueryStatus { get; set; }
public short QuerySourceID { get; set; }
public string QuerySource { get; set; }
public short EntityID { get; set; }
public long ItemID { get; set; }
public short AssignedToUserRoleID { get; set; }
public Nullable AssignedToUserID { get; set; }
public Nullable AssignedToUserDate { get; set; }
public Nullable CompletedByID { get; set; }
public Nullable CompletedDate { get; set; }
public string Description { get; set; }
public string ResponseEmailAddresses { get; set; }
public string ResponseContactNumbers { get; set; }
public string LatestComment { get; set; }
public long CreatedByID { get; set; }
public System.DateTime CreatedDate { get; set; }
}
}