//------------------------------------------------------------------------------ // // 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_WorkflowInstance { public long WorkflowInstanceID { get; set; } public long CreatedByID { get; set; } public System.DateTime CreatedDate { get; set; } public short WorkflowInstanceStatusID { get; set; } public long WorkflowTemplateID { get; set; } public long WorkflowTemplateStepID { get; set; } public int EntityID { get; set; } public long ItemID { get; set; } public string ReferenceNumber { get; set; } public string Description { get; set; } public long WorkflowID { get; set; } public string WorkflowControllerName { get; set; } public string Reference { get; set; } public Nullable WarningDate { get; set; } public string WorkflowFriendlyName { get; set; } public long UpdatedByID { get; set; } public System.DateTime UpdatedDate { get; set; } public Nullable DueDate { get; set; } public string CreatedByName { get; set; } public string WorkflowInstanceState { get; set; } public short WorkflowInstanceStateID { get; set; } public System.DateTime WorkflowStartDate { get; set; } public Nullable WorkflowEndDate { get; set; } public string WorkflowInstanceStatus { get; set; } public int WorkflowInstanceAge { get; set; } public string ASsignedTo { get; set; } public string WorkflowInstanceDescription { get; set; } public string DashboardControllerName { get; set; } public double StepNumber { get; set; } public string StepTitle { get; set; } } }