//------------------------------------------------------------------------------
//
// 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_AccreditationIssueSearch_Result
{
public long AccreditationIssueDetailID { get; set; }
public long ApplicationDetailID { get; set; }
public long VerifiedAccreditationID { 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 ApplicationDescription { get; set; }
public string CertificateNumber { get; set; }
public Nullable IsStillToBeAcquired { get; set; }
public short ApplicationRequestTypeID { get; set; }
public string MemberFullName { get; set; }
public string MemberTaxReference { get; set; }
public Nullable MemberIDNumber { get; set; }
public string MemberCell { get; set; }
public string Association { get; set; }
}
}