//------------------------------------------------------------------------------ // // 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 Fn_GetSourceApplicationRecordsFromSourceSystem_Result { public int ID { get; set; } public string ApplicationNumber { get; set; } public string FirstName { get; set; } public string LastName { get; set; } public string IDNumber { get; set; } public string LicenceNumber { get; set; } public Nullable LicenceStartDate { get; set; } public Nullable LicenceEndDate { get; set; } public Nullable LicenceIndefinite { get; set; } public string LicenceStatus { get; set; } public Nullable LicenceActive { get; set; } public Nullable LicenceIssue { get; set; } public string RelatedPermitNumber { get; set; } public string VehicleMake { get; set; } public string RegistrationNumber { get; set; } public string ChassisNumber { get; set; } public string EngineNumber { get; set; } public Nullable AssociationID { get; set; } public string AssociationName { get; set; } public string ApplicantXML { get; set; } public string AssociationXML { get; set; } public string LicenceXML { get; set; } public string VehicleXML { get; set; } public string RoutesXml { get; set; } public string ServiceTypesXML { get; set; } public Nullable ModeID { get; set; } public Nullable IsInBypassedExpiryList { get; set; } public Nullable IsWithinForcedRenewalPeriod { get; set; } public string FullIntegrationXML { get; set; } } }