//------------------------------------------------------------------------------ // // 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.Web.Script.Serialization; using System; using System.Collections.Generic; public partial class Vw_AdjudicationDetails { public long AdjudicationDetailID { get; set; } public short AdjudicationTypeID { get; set; } public string AdjudicationType { get; set; } public short AdjudicationDetailStatusID { get; set; } public short ProvinceID { get; set; } public string Province { get; set; } public string MeetingDate { get; set; } public string MeetingPlace { get; set; } public string MeetingTime { get; set; } public bool PreAdjudicationNotificationsSent { get; set; } public bool PreAdjudicationLettersSent { get; set; } public bool PreAdjudicationObjectionNotificationsSent { get; set; } public bool PreAdjudicationObjectionLettersSent { get; set; } public bool PostAdjudicationNotificationsSent { get; set; } public bool PostAdjudicationLettersSent { get; set; } public string Region { 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 string AdjudicationFinalisedDate { get; set; } public string AdjudicationNumber { get; set; } } }