//------------------------------------------------------------------------------ // // 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 { public long ApplicationDetailID { get; set; } public Nullable WorkflowInstanceID { get; set; } public string ApplicationNumber { get; set; } public string RequestType { get; set; } public Nullable Cost { get; set; } public string SurnameOrCompanyName { get; set; } public string FirstNames { get; set; } public string TradeName { get; set; } public string Member { get; set; } public Nullable VerifiedMemberID { get; set; } public string IDNumberOrBusinessRegistrationNo { get; set; } public short ApplicationRequestTypeID { get; set; } public short SourceApplicationID { get; set; } public bool IsNewRouteRequired { get; set; } public bool IsExceptionRequired { get; set; } public bool IsUpliftmentRequired { get; set; } public bool IsAdjustmentRequired { get; set; } public bool IsCancellationRequired { get; set; } public string GazetteNumber { get; set; } public Nullable GazetteDetailID { get; set; } public int LicenceCount { get; set; } public string ApplicationDescription { get; set; } public bool IsRenewal { get; set; } public string AssociationName { get; set; } public string TaxNumber { get; set; } public string ProxyName { get; set; } public bool IsCancelled { get; set; } public string AdjudicationComment { get; set; } public string TelCell { get; set; } public string TelPhone { get; set; } public Nullable RegionID { get; set; } public string ExistingLicenceHolder { get; set; } public string ExistingLicenceHolderID { get; set; } public string Region { get; set; } public string WorkflowStatus { get; set; } public bool IsAdjudicationBypassed { get; set; } public bool IsGazettingBypassed { get; set; } public bool IsAssessorApprovalRequired { get; set; } public bool IsSeniorManagerApprovalRequired { get; set; } public bool HasNewRoute { get; set; } public Nullable IsAutoVerificationRequired { get; set; } public Nullable IsLtpsConversion { get; set; } public string ProxyIDNumber { get; set; } public Nullable AdjudicationCount { get; set; } public string PhysicalAddress { get; set; } public string PhysicalAddressCode { get; set; } public string PostalAddress { get; set; } public string PostalAddressCode { get; set; } public Nullable VerifiedAssociationID { get; set; } public bool IsGazettingRequired { get; set; } public bool IsInspectionRequired { get; set; } public bool IsReferralRequired { get; set; } public short DivisionTypeID { get; set; } public short ProvinceID { get; set; } public Nullable AdjudicationDetailID { get; set; } public short OfficeLocationID { get; set; } public Nullable AdjudicationOfficeLocationID { get; set; } public Nullable IsApplicantIndividual { 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 short ApplicationStatusID { get; set; } public short ApplicationSubStatusID { get; set; } public Nullable ApplicationCannoutBeAutoAssignedForAdjudication { get; set; } } }