//------------------------------------------------------------------------------ // // 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_LicenceIssueDetails { public long LicenceIssueDetailID { get; set; } public long VerifiedLicenceID { get; set; } public Nullable VerifiedVehicleID { get; set; } public Nullable WorkflowInstanceID { get; set; } public string LicenceReferenceNumber { get; set; } public string ApplicationReferenceNumber { get; set; } public string RequestType { get; set; } public string SurnameOrCompanyName { get; set; } public string VehicleRegNumber { get; set; } public string ApplicationDescription { get; set; } public string CertificateNumber { get; set; } public Nullable IsStillToBeAcquired { get; set; } public short ApplicationRequestTypeID { get; set; } public string MemberTaxReference { get; set; } public Nullable MemberIDNumber { get; set; } public string MemberCell { get; set; } public string Association { get; set; } public string VehicleVIN { get; set; } public string VehicleEngineNumber { get; set; } public string VehicleRegistrationNumber { get; set; } public string VehicleMake { get; set; } public Nullable VehicleSeatedCapacity { get; set; } public string MemberFullName { get; set; } public Nullable VehicleStandingCapacity { get; set; } public long ApplicationDetailID { get; set; } public Nullable AccreditationID { get; set; } public string OperatingLicenceNumber { get; set; } public Nullable DateOfIssue { get; set; } public string AccreditationNumber { get; set; } public Nullable DivisionTypeID { get; set; } public Nullable ProvinceID { get; set; } public Nullable IsDocumentVerificationRequired { get; set; } } }