//------------------------------------------------------------------------------ // // 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.NewRouteRequest.Models.Database { using System.Web.Script.Serialization; using System; using System.Collections.Generic; public partial class Vw_ApplicationDetails_Light { public long ApplicationDetailID { get; set; } public Nullable WorkflowInstanceID { get; set; } public long WorkflowTemplateID { get; set; } public short DivisionTypeID { get; set; } public short ProvinceID { get; set; } public Nullable RegionID { get; set; } public string ApplicationNumber { get; set; } public short ApplicationRequestTypeID { get; set; } public string RequestType { get; set; } public string Member { get; set; } public string TelCell { get; set; } public string Email { get; set; } public bool IsCancelled { get; set; } public string ApplicationDescription { get; set; } public string IDNumberOrBusinessRegistrationNo { get; set; } public Nullable AdjudicationCount { get; set; } public bool IsReceiptRequired { get; set; } public bool IsAdjudicationRequired { get; set; } public bool IsAdjustmentRequired { get; set; } public bool IsGazettingRequired { get; set; } public bool IsInspectionRequired { get; set; } public bool IsReferralRequired { get; set; } public Nullable GazetteDetailID { get; set; } public Nullable AdjudicationDetailID { get; set; } public Nullable IsLtpsConversion { get; set; } public bool IsAdjudicationBypassed { get; set; } public string WorkflowInstanceReference { get; set; } public short ApplicationStatusID { get; set; } public short ApplicationSubStatusID { get; set; } public Nullable LiveryDocumentID { get; set; } public short LastAdjudicationDecisionID { get; set; } public int LicenceCount { get; set; } public bool IsNewRouteRequired { get; set; } public bool IsAssessorApprovalRequired { get; set; } public bool IsSeniorManagerApprovalRequired { get; set; } public Nullable AdjudicationOfficeLocationID { get; set; } public Nullable TotalVehicles { get; set; } public string IDType { get; set; } public bool IsRenewal { get; set; } public Nullable IsFinalisationTasksRequired { get; set; } public Nullable IncludeRenewalType { get; set; } public bool IsGazettingBypassed { get; set; } public bool IsBusAndContract { get; set; } public string ProxyIDNumber { get; set; } public Nullable IsApplicantIndividual { get; set; } public bool ApplicationIsObjected { get; set; } public bool OnlyExistingRoutesOnLicense { get; set; } public bool IsAllowedNewLicence { get; set; } public bool ForceGazetting { get; set; } public Nullable AdjudicationTypeID { get; set; } public bool PREDataReleased { get; set; } public Nullable CopiedFromApplicationDetailID { get; set; } public Nullable RelatedTATApplicationRequestID { get; set; } public string CreatedDate { get; set; } } }