//------------------------------------------------------------------------------
//
// 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_AdjudicationCreate_Result
{
public long AdjudicationDetailID { get; set; }
public short AdjudicationTypeID { get; set; }
public short AdjudicationDetailStatusID { get; set; }
public long OfficeLocationID { get; set; }
public System.DateTime MeetingDate { get; set; }
public string MeetingTime { get; set; }
public System.DateTime MeetingDateEnd { get; set; }
public string MeetingTimeEnd { get; set; }
public bool PreAdjudicationNotificationsSent { get; set; }
public bool PreAdjudicationLettersSent { get; set; }
public bool PostAdjudicationNotificationsSent { get; set; }
public bool PostAdjudicationLettersSent { get; set; }
public long CreatedByID { get; set; }
public System.DateTime CreatedDate { get; set; }
public long UpdatedByID { get; set; }
public System.DateTime UpdatedDate { get; set; }
public bool PreAdjudicationObjectionNotificationsSent { get; set; }
public bool PreAdjudicationObjectionLettersSent { get; set; }
public string LocationName { get; set; }
public string LocationAddress { get; set; }
public Nullable MaxAdjudicationAutoApplicationCount { get; set; }
}
}