//------------------------------------------------------------------------------ // // 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; public partial class Pr_PrintGazetteReport_Result { public long ApplicationDetailID { get; set; } public long ApplicationLicenceID { get; set; } public string AppDescription { get; set; } public string FirstNames { get; set; } public string SurnameOrCompanyName { get; set; } public string IDNumberOrBusinessRegistrationNo { get; set; } public string PostalAddress { get; set; } public string PostalAddressCode { get; set; } public string ExistingFirstname { get; set; } public string ExistingSurname { get; set; } public string ExistingIDNumber { get; set; } public string ExistingPostalAddress { get; set; } public string ExistingPostalCode { get; set; } public string OperatingLicenceNumber { get; set; } public short SeatedCapacity { get; set; } public short StandingCapacity { get; set; } public string GazetteNumber { get; set; } public string Region { get; set; } public string ReferenceNumber { get; set; } public string ApplicationRequestTypesTitle { get; set; } public Nullable GazettePrintDate { get; set; } public Nullable GazetteNoticeExpiryDate { get; set; } public bool IsStillToBeAcquired { get; set; } public string VehicleType { get; set; } public string AssociationName { get; set; } public string ApplicationRegion { get; set; } public string CapacityDescription { get; set; } } }