//------------------------------------------------------------------------------
//
// 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.ApplicationRequest.Models.Database
{
using System.Web.Script.Serialization;
using System;
using System.Collections.Generic;
public partial class ApplicationLicenceRouteDetail
{
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public ApplicationLicenceRouteDetail()
{
this.ApplicationLicenceRouteDetailPlaces = new HashSet();
}
public long ApplicationLicenceRouteDetailID { get; set; }
public long ApplicationLicenceID { get; set; }
public short ApplicationRouteDetailStatusID { get; set; }
public Nullable VerifiedRouteID { get; set; }
public Nullable NewRouteRequestDetailID { get; set; }
public string RouteOrigin { get; set; }
public string RouteDestination { get; set; }
public string RouteDescription { get; set; }
public string NationalRouteNumber { get; set; }
public string BoardRouteNumber { get; set; }
public Nullable RouteLength { get; set; }
public Nullable TimeTableDocumentID { get; set; }
public Nullable FareScheduleDocumentID { get; set; }
public Nullable RouteNumber { get; set; }
public Nullable RouteChangeTypeID { get; set; }
public bool IsExistingLtpsOrOlasRoute { get; set; }
public bool IsOriginSameAsPhysicalAddress { get; set; }
public bool IsDestinationArea { get; set; }
public Nullable RelatedApplicationLicenceRouteDetailID { get; set; }
public short ServiceTypeID { get; set; }
[ScriptIgnore]
public virtual ApplicationLicence ApplicationLicence { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection ApplicationLicenceRouteDetailPlaces { get; set; }
public virtual ServiceType ServiceType { get; set; }
}
}