//------------------------------------------------------------------------------
//
// 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.Data.Models
{
using System;
public partial class Pr_LicenceIssueDetailsSearch_Result
{
public long LicenceIssueDetailID { get; set; }
public long ApplicationRequestDetailID { get; set; }
public long VerifiedLicenceID { get; set; }
public Nullable VerifiedVehicleID { get; set; }
public Nullable WorkflowInstanceID { get; set; }
public string LicenceReferenceNumber { get; set; }
public string ApplicationReferenceNumber { get; set; }
public string RequestType { get; set; }
public string SurnameOrCompanyName { get; set; }
public string VehicleRegNumber { get; set; }
public string ApplicationDescription { get; set; }
public string CertificateNumber { get; set; }
public string Task { get; set; }
public double InstanceStep { get; set; }
public double TaskStep { get; set; }
public long WorkflowInstanceTaskID { get; set; }
public short ApplicationRequestTypeID { get; set; }
public bool IsStillToBeAcquired { get; set; }
public string OperatingLicenceNumber { get; set; }
public Nullable DateOfIssue { get; set; }
}
}