//------------------------------------------------------------------------------
//
// 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.Afx.Services.Workflows.Entities
{
using System.Web.Script.Serialization;
using System;
using System.Collections.Generic;
public partial class Vw_WorkflowTemplate
{
public long WorkflowID { get; set; }
public string WorkflowFriendlyName { get; set; }
public string WorkflowDescription { get; set; }
public string WorkflowControllerName { get; set; }
public string EntityName { get; set; }
public long WorkflowTemplateID { get; set; }
public short WorkflowTemplateStatusID { get; set; }
public short Version { get; set; }
public Nullable TotalRequestsInPogress { get; set; }
}
}