//------------------------------------------------------------------------------
//
// 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_Dashboard_SystemAdministrator_FailedTasks_Result
{
public long WorkflowInstanceID { get; set; }
public string ReferenceNumber { get; set; }
public string InstanceDescription { get; set; }
public string InstanceTaskDescription { get; set; }
public long WorkflowInstanceTaskID { get; set; }
public System.DateTime TaskCreatedDate { get; set; }
public long WorkflowTemplateStepID { get; set; }
public double Step { get; set; }
public Nullable CanRequestChange { get; set; }
}
}