//------------------------------------------------------------------------------ // // 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 ApplicationNPTRDetail { public long ApplicationDetailID { get; set; } public Nullable TotalMotorcar { get; set; } public Nullable TotalMinibus { get; set; } public Nullable TotalMidibus { get; set; } public Nullable TotalBus { get; set; } public Nullable TotalOther { get; set; } public Nullable TotalVehicles { get; set; } public Nullable IsMaintenanceProgrammeInPlace { get; set; } public string MaintenanceProgrammeDetail { get; set; } public Nullable IsVehiclesServicedAtGarage { get; set; } public string GarageName { get; set; } public string ServiceAddress { get; set; } public string LiveryDetails { get; set; } public Nullable LiveryDocumentID { get; set; } public Nullable MinibusCapacity { get; set; } public Nullable MidibusCapacity { get; set; } public Nullable BusCapacity { get; set; } public Nullable OtherCapacity { get; set; } public Nullable TotalVehiclesToBePurchased { get; set; } public Nullable MotorcarCapacity { get; set; } [ScriptIgnore] public virtual ApplicationDetail ApplicationDetail { get; set; } } }