//------------------------------------------------------------------------------ // // 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 ApplicationRequestTypeDivisionSetup { public long ApplicationRequestTypeDivisionSetupID { get; set; } public short ApplicationRequestTypeID { get; set; } public short DivisionTypeID { get; set; } public short ProvinceID { get; set; } public string IsAssessorApprovalRequiredRule { get; set; } public string IsSeniorManagerApprovalRequiredRule { get; set; } public string IsFinalisationTasksRequiredRule { get; set; } public string IsInspectionRequiredRule { get; set; } public string IsReferralRequiredRule { get; set; } public string IsAdjudicationRequiredRule { get; set; } public string AdjudicationTypeRule { get; set; } public string IsGazettingRequiredRule { get; set; } public string GazetteTypeRule { get; set; } public Nullable IsNew { get; set; } public virtual ApplicationRequestType ApplicationRequestType { get; set; } public virtual Province Province { get; set; } public virtual DivisionType DivisionType { get; set; } } }