//------------------------------------------------------------------------------ // // 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_ApplicationAwaitingCorrectionsGet_Result { public long WorkflowInstanceTaskID { get; set; } public long WorkflowInstanceID { get; set; } public short WorkflowInstanceTaskStatusID { get; set; } public long WorkflowTemplateStepID { get; set; } public System.DateTime DateCreated { get; set; } public Nullable DateCompleted { get; set; } public long AssignedToID { get; set; } public Nullable CompletedByID { get; set; } public string Description { get; set; } public string Comments { get; set; } public string TaskStatusDescription { get; set; } public double WorkflowTemplateStepNumber { get; set; } public string WorkflowTemplateStepTitle { get; set; } public int WorkflowTemplateStepDurationOvertime { get; set; } public short WorkflowTemplateStepTypeID { get; set; } public string WorkflowTemplateStepTypeDescription { get; set; } public string AssignedToName { get; set; } public string CompletedByName { get; set; } public int WorkflowInstanceEntityID { get; set; } public long WorkflowInstanceItemID { get; set; } public string WorkflowInstanceReference { get; set; } public System.DateTime WorkflowInstanceCreatedDate { get; set; } public long WorkflowInstanceCreatedByID { get; set; } public string WorkflowInstanceCreatedByName { get; set; } public long WorkflowID { get; set; } public string WorkflowFriendlyName { get; set; } public string WorkflowControllerName { get; set; } public string TaskDuration { get; set; } public Nullable EscalatedFromID { get; set; } } }