//------------------------------------------------------------------------------ // // 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_ApplicationAdjudicationGet_Result { public long ApplicationAdjudicationID { get; set; } public long ApplicationDetailID { get; set; } public long AdjudicationDetailID { get; set; } public short ApplicationRequestTypeID { get; set; } public Nullable ApplicationLicenceID { get; set; } public bool IsActiveAdjudication { get; set; } public bool IsReadyForAdjudication { get; set; } public Nullable FinalAdjudicationDecisionID { get; set; } public Nullable FinalAdjudicationLicenceDurationMonths { get; set; } public Nullable FinalAdjudicationDecisionDate { get; set; } public Nullable FinalAdjudicationLicenceExpiryDate { get; set; } public Nullable AdjudicationException { get; set; } public long UpdatedByID { get; set; } public System.DateTime UpdatedDate { get; set; } public short OrderBy { get; set; } } }