//------------------------------------------------------------------------------
//
// 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.ApplicationRequest.Models
{
using System.Web.Script.Serialization;
using System;
using System.Collections.Generic;
public partial class Vw_NewRouteRequestDetails
{
public long NewRouteRequestDetailID { get; set; }
public Nullable WorkflowInstanceID { get; set; }
public Nullable VerifiedRouteID { get; set; }
public string RouteOrigin { get; set; }
public string RouteDestination { get; set; }
public string RouteDescription { get; set; }
public string NationalRouteNumber { get; set; }
public string BoardRouteNumber { get; set; }
public Nullable RouteLength { get; set; }
public string ReferenceNumber { get; set; }
public string WorkflowInstanceStatus { get; set; }
public int EntityID { get; set; }
public long ItemID { get; set; }
public bool IsAssessorVerificationRequired { get; set; }
}
}