//------------------------------------------------------------------------------ // // 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.ApplicationRequest.Models { using System.Web.Script.Serialization; using System; using System.Collections.Generic; public partial class ApplicationExistingLicence { public long ApplicationRequestDetailID { get; set; } public string OperatingLicenceNumber { get; set; } public string OperatingLicenceIssuingBoard { get; set; } public Nullable OperatingLicenceIssueDate { get; set; } public string ReasonForAmendment { get; set; } public Nullable OperatingLicenceExpiryDate { get; set; } public string SpecialLicenceDetails { get; set; } public Nullable SpecialLicenceDateFrom { get; set; } public Nullable SpecialLicenceDateTo { get; set; } [ScriptIgnore] public virtual ApplicationRequestDetail ApplicationRequestDetail { get; set; } } }