//------------------------------------------------------------------------------ // // 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.Data.Models { using System; public partial class Pr_VerificationTasksGet_Result { public long ApplicationRequestDetailID { get; set; } public long WorkflowInstanceID { get; set; } public string ReferenceNumber { get; set; } public string Description { get; set; } public string Member { get; set; } public Nullable AssignedToID { get; set; } public double Step { get; set; } public string StepDescription { get; set; } public Nullable WorkflowInstanceTaskID { get; set; } public short ApplicationRequestTypeID { get; set; } public System.DateTime CreatedDate { get; set; } public Nullable FirstVerificationTaskDate { get; set; } public Nullable WarningDate { get; set; } public Nullable DueDate { get; set; } public string AssignedTo { get; set; } public string AppOrLir { get; set; } public Nullable LicenceIssueDetailID { get; set; } public Nullable IsBulkVehicleApplication { get; set; } public Nullable VehicleCount { get; set; } public Nullable Otc { get; set; } public Nullable LicenceUpliftmentExtensionRequestDetailID { get; set; } } }