//------------------------------------------------------------------------------
//
// 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.Data.Models
{
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 string ApplicationNumber { get; set; }
public string RequestType { get; set; }
public string Member { get; set; }
public bool IsCancelled { get; set; }
public string ApplicationDescription { get; set; }
public string IDNumberOrBusinessRegistrationNo { get; set; }
public Nullable AdjudicationCount { get; set; }
public Nullable RegionID { get; set; }
public long WorkflowTemplateID { get; set; }
public short DivisionTypeID { get; set; }
public short ProvinceID { get; set; }
public short ApplicationRequestTypeID { 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 Nullable GazetteDetailID { get; set; }
public Nullable IsLtpsConversion { get; set; }
public bool IsAdjudicationBypassed { get; set; }
public string WorkflowInstanceReference { get; set; }
public string TelCell { get; set; }
public string Email { get; set; }
public short ApplicationStatusID { get; set; }
public short ApplicationSubStatusID { get; set; }
public bool IsReferralRequired { get; set; }
public Nullable LiveryDocumentID { get; set; }
public int LicenceCount { get; set; }
public bool IsNewRouteRequired { get; set; }
public bool IsAssessorApprovalRequired { get; set; }
public bool IsSeniorManagerApprovalRequired { get; set; }
public int LastAdjudicationDecisionID { get; set; }
public Nullable AdjudicationDetailID { 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 string ProxyIDNumber { get; set; }
public Nullable IsApplicantIndividual { get; set; }
public bool IsGazettingBypassed { get; set; }
public Nullable IncludeRenewalType { get; set; }
public bool IsBusAndContract { 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; }
public bool RequiresProxy { get; set; }
public Nullable ApplicantProvinceID { get; set; }
public Nullable ApplicantRegionID { get; set; }
public Nullable ServiceTypeID { get; set; }
public string ServiceTypeDescription { get; set; }
public Nullable GazetteNoticeExpiryDate { get; set; }
}
}