//------------------------------------------------------------------------------
//
// 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.Web.Script.Serialization;
using System;
using System.Collections.Generic;
public partial class Vw_AssociationsPurificationCount
{
public long AssociationID { get; set; }
public string AssociationName { get; set; }
public Nullable AssociationDataReceived { get; set; }
public Nullable AssociationDataMemberCount { get; set; }
public Nullable AssociationDataLicenceCount { get; set; }
public Nullable TotalMemberVerificationsInProgress { get; set; }
public Nullable TotalMembersVerified { get; set; }
public Nullable TotalMembersCancelled { get; set; }
public Nullable TotalLicenceVerificationsInProgress { get; set; }
public Nullable TotalLicencesVerified { get; set; }
public Nullable TotalLicencesCancelled { get; set; }
public Nullable TotalMembersCleaned { get; set; }
public Nullable TotalLicencesCleaned { get; set; }
public Nullable NeoID { get; set; }
}
}