//------------------------------------------------------------------------------ // // 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.Legitimate.LicenceIssueRequest.Models { using System.Web.Script.Serialization; using System; using System.Collections.Generic; public partial class ApplicationRequestDetail { [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")] public ApplicationRequestDetail() { this.LicenceIssueDetails = new HashSet(); } public long ApplicationRequestDetailID { get; set; } public Nullable WorkflowInstanceID { get; set; } public short ApplicationRequestTypeID { get; set; } public short SourceApplicationID { get; set; } public short ProvinceID { get; set; } public Nullable GazetteDetailID { get; set; } public Nullable AdjudicationDetailID { get; set; } public Nullable PrecheckDetailID { get; set; } public Nullable PaymentTypeID { get; set; } public bool IsRenewal { get; set; } public bool IsLateRenewal { get; set; } public bool IsNewAssociationRequired { get; set; } public bool IsNewMemberRequired { get; set; } public bool IsNewRouteRequired { get; set; } public bool IsExceptionRequired { get; set; } public bool IsUpliftmentRequired { get; set; } public bool IsAdjustmentRequired { get; set; } public bool IsCancellationRequired { get; set; } public string Description { 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 IsCancelled { get; set; } public Nullable RegionID { get; set; } public Nullable AdjudicationDecisionID { get; set; } public Nullable AdjudicationLicenceDurationMonths { get; set; } public Nullable AdjudicationDecisionDate { get; set; } public Nullable AdjudicationException { get; set; } public Nullable AdjudicationLicenceExpiryDate { get; set; } public bool IsAdjudicationBypassed { get; set; } public Nullable AdjudicationRegionID { get; set; } public bool IsGazettingBypassed { get; set; } public bool IsAssessorApprovalRequired { get; set; } public bool IsSeniorManagerApprovalRequired { get; set; } public bool HasNewRoute { get; set; } public Nullable IsAutoVerificationRequired { get; set; } public Nullable IsLtpsConversion { get; set; } public bool IsBulkVehicleApplication { get; set; } public int VehicleCount { get; set; } public Nullable IsBulkVehicleVerificationRequired { get; set; } public Nullable AdjudicationCount { get; set; } public virtual ApplicationVehicleDetail ApplicationVehicle { get; set; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] [ScriptIgnore] public virtual ICollection LicenceIssueDetails { get; set; } } }