//------------------------------------------------------------------------------
//
// 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_LicenceIssueVehicleDetails
{
public Nullable ApplicationLicenceID { get; set; }
public int IsStillToBeAcquired { get; set; }
public string VehicleMake { get; set; }
public string VehicleMakeDescription { get; set; }
public string VehicleType { get; set; }
public string CarryingCapacity { get; set; }
public string VIN { get; set; }
public string EngineNumber { get; set; }
public string YearOfManufacture { get; set; }
public string VehicleRegistrationNumber { get; set; }
public Nullable SeatedCapacity { get; set; }
public Nullable StandingCapacity { get; set; }
public Nullable GrossMass { get; set; }
public Nullable Tare { get; set; }
public Nullable CurrentOdometerReading { get; set; }
public string VehicleModel { get; set; }
}
}