//------------------------------------------------------------------------------
//
// 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_AssociationNeoMemberSearch_Result
{
public long AssociationMemberDataID { get; set; }
public Nullable AssociationID { get; set; }
public string Association_Name { get; set; }
public string Surname_Or_Company_Name { get; set; }
public string Member_First_Name { get; set; }
public string Member_ID_Number { get; set; }
public string ID_Type { get; set; }
public string Postal_Address { get; set; }
public string Postal_Address_Code { get; set; }
public string Physical_Address { get; set; }
public string Tax_Number { get; set; }
public string Tel__Number { get; set; }
public string Fax_Number { get; set; }
public string Cell_Number { get; set; }
public string Email_Address { get; set; }
public string OL_Permit_Number { get; set; }
public string Vehicle_Chassis_Number { get; set; }
public string vehicle_registration { get; set; }
public Nullable LegitimateApplicationRequestDetailID { get; set; }
public System.DateTime AddedDate { get; set; }
public System.DateTime ModifiedDate { get; set; }
public bool IsCancelled { get; set; }
}
}