//------------------------------------------------------------------------------
//
// 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.LegitimateLicences.ApplicationRequest.Models.Database
{
using System.Web.Script.Serialization;
using System;
using System.Collections.Generic;
public partial class Vw_ApplicationLicences
{
public long ApplicationLicenceID { get; set; }
public long ApplicationDetailID { get; set; }
public string OperatingLicenceNumber { get; set; }
public string LicencingBoard { get; set; }
public Nullable OperatingLicenceIssueDate { get; set; }
public Nullable OperatingLicenceExpiryDate { get; set; }
public string ReasonForAmendment { get; set; }
public string SpecialLicenceDetails { get; set; }
public Nullable SpecialLicenceDateFrom { get; set; }
public Nullable SpecialLicenceDateTo { get; set; }
public string LongDistanceReason { get; set; }
public string VehicleType { get; set; }
public bool IsAdjudicationFinalised { get; set; }
public string ApplicationLicenceReferenceNumber { get; set; }
public Nullable ApplicationFormDocID { get; set; }
public Nullable OperatingLicenceDocID { get; set; }
}
}