//------------------------------------------------------------------------------ // // 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_OfficeLocationSetup { public long OfficeLocationID { get; set; } public string LocationName { get; set; } public string LocationAddress { get; set; } public short DivisionTypeID { get; set; } public short ProvinceID { get; set; } public Nullable RegionID { get; set; } public Nullable LicencingBoardID { get; set; } public Nullable PaymentClerkUserID { get; set; } public Nullable AssessorUserID { get; set; } public Nullable SeniorManagerApproverUserID { get; set; } public Nullable InspectionCapturerUserID { get; set; } public Nullable ReferralCapturerUserID { get; set; } public bool HandlesGazetting { get; set; } public string GazetteNumberPrefix { get; set; } public Nullable AdjudicationOfficerUserID { get; set; } public Nullable AdjudicationSecrataryUserID { get; set; } public string AdjudicationAgendaEmails { get; set; } public Nullable AdjudicationHearingQuorumCount { get; set; } public Nullable AdjudicationMeetingQuorumCount { get; set; } public Nullable MaxAdjudicationAutoApplicationCount { get; set; } public Nullable DocumentStoreLocationID { get; set; } public Nullable PaymentTypeID { get; set; } public Nullable BusinessRuleBypassApproverUserID { get; set; } public string AdjudicationContactName { get; set; } public string AdjudicationContactTelPhone { get; set; } public string AdjudicationContactEmail { get; set; } public string DivisionType { get; set; } public string Province { get; set; } public string WorkflowReference { get; set; } public string WorkflowStatus { get; set; } public Nullable RouteCapturerUserID { get; set; } public Nullable RouteApproverUserID { get; set; } } }