//------------------------------------------------------------------------------ // // 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.Legitimate.Data.Models { using System.Web.Script.Serialization; using System; using System.Collections.Generic; public partial class Vw_OperatingLicenceDetails { public long ApplicationRequestDetailID { get; set; } public string AssociationName { get; set; } public string OperatingLicenceNumber { get; set; } public string ApplicationNumber { get; set; } public string IDNumberOrBusinessRegistrationNo { get; set; } public string NameOnLicence { get; set; } public string PostalAddress { get; set; } public string RegistrationNumber { get; set; } public Nullable GrossMass { get; set; } public string EngineNumber { get; set; } public string VIN { get; set; } public string VehicleMake { get; set; } public string SeatedCapacity { get; set; } public string VehicleType { get; set; } public string CertificateNumber { get; set; } public string DateOfIssue { get; set; } public string DateOfExpiry { get; set; } public string CrossBorder { get; set; } public string LicensingBoard { get; set; } public long LicenceID { get; set; } public string YearOfFirstReg { get; set; } public Nullable ApplicationRequestTypeID { get; set; } public string LicenceExceptions { get; set; } public string LicenceStatus { get; set; } public Nullable VehicleID { get; set; } public string StandingCapacity { get; set; } public Nullable AssociationID { get; set; } public short LicenceStatusID { get; set; } public long MemberID { get; set; } } }