//------------------------------------------------------------------------------ // // 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 ApplicationLicencePreviousVehicleDetail { public long ApplicationLicenceID { get; set; } public Nullable VehicleMakeID { get; set; } public string VehicleMakeDescription { get; set; } public Nullable VehicleTypeID { get; set; } public Nullable CarryingCapacityID { 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 VerifiedVehicleID { get; set; } public Nullable CurrentOdometerReading { get; set; } public Nullable RoadworthyCertificateDocID { get; set; } public Nullable CertificateOfRegistrationDocID { get; set; } public Nullable VehicleModelID { get; set; } public Nullable ProfessionalDriversPermitDocID { get; set; } public Nullable RankPermitDocID { get; set; } [ScriptIgnore] public virtual ApplicationLicence ApplicationLicence { get; set; } } }