//------------------------------------------------------------------------------
//
// 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.Crm
{
using System.Web.Script.Serialization;
using System;
using System.Collections.Generic;
public partial class Query
{
public long QueryID { get; set; }
public string QueryReference { get; set; }
public short QueryTypeID { get; set; }
public short QueryStatusID { get; set; }
public short QuerySourceID { 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; }
public long UpdatedByID { get; set; }
public System.DateTime UpdatedDate { get; set; }
public virtual QuerySource QuerySource { get; set; }
public virtual QueryStatus QueryStatus { get; set; }
public virtual QueryType QueryType { get; set; }
}
}