//------------------------------------------------------------------------------
//
// 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.Legitimate.Data.Models
{
using System.Web.Script.Serialization;
using System;
using System.Collections.Generic;
public partial class Vw_AdjudicationApplicantDetails
{
public long AdjudicationDetailID { get; set; }
public string ApplicationNumber { get; set; }
public string SurnameOrCompanyName { get; set; }
public string FirstNames { get; set; }
public string IDNumberOrBusinessRegistrationNo { get; set; }
public string Title { get; set; }
public string Association { get; set; }
public string Decision { get; set; }
public string DecisionComments { get; set; }
public long ApplicationRequestDetailID { get; set; }
public string RequestType { get; set; }
public string Member { get; set; }
public string TelCell { get; set; }
public Nullable AdjudicationException { get; set; }
public string HasObjections { get; set; }
}
}