//------------------------------------------------------------------------------
//
// 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_RouteSearch_Result
{
public long RouteID { get; set; }
public string ReferenceNumber { get; set; }
public short RouteTypeID { get; set; }
public string RouteName { get; set; }
public string RouteDescription { get; set; }
public Nullable OriginPlaceID { get; set; }
public Nullable DestinationPlaceID { get; set; }
public string NationalRouteNumber { get; set; }
public string BoardRouteNumber { get; set; }
public Nullable RouteLength { get; set; }
public short RouteStatusID { get; set; }
public Nullable OlasID { get; set; }
public Nullable LtpsID { get; set; }
public Nullable NeoID { get; set; }
public string RouteOrigin { get; set; }
public string RouteDestination { get; set; }
public Nullable TimeTableDocumentID { get; set; }
public Nullable FareScheduleDocumentID { get; set; }
public int LinkedToVerifiedLicence { get; set; }
}
}