//------------------------------------------------------------------------------
//
// 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.Admin.Integration
{
using System;
public partial class SystemWorkflowInstanceSearchRecord
{
public Nullable IntegrationSystemID { get; set; }
public Nullable WorkflowInstanceID { get; set; }
public Nullable WorkflowStartDate { get; set; }
public Nullable WorkflowEndDate { get; set; }
public Nullable CreatedByID { get; set; }
public Nullable CreatedDate { get; set; }
public Nullable WorkflowInstanceStatusID { get; set; }
public string WorkflowInstanceStatus { get; set; }
public Nullable WorkflowTemplateID { get; set; }
public Nullable WorkflowTemplateStepID { get; set; }
public Nullable WorkflowTemplateStep { get; set; }
public string WorkflowTemplateStepTitle { get; set; }
public Nullable EntityID { get; set; }
public Nullable ItemID { get; set; }
public string ReferenceNumber { get; set; }
public string Description { get; set; }
public Nullable WorkflowID { get; set; }
public string DashboardControllerName { get; set; }
public string WorkflowControllerName { get; set; }
public string Reference { get; set; }
public Nullable WarningDate { get; set; }
public Nullable DueDate { get; set; }
public string WorkflowFriendlyName { get; set; }
public Nullable UpdatedByID { get; set; }
public Nullable UpdatedDate { get; set; }
public string AssignedTo { get; set; }
public string CreatedByName { get; set; }
public Nullable WorkflowInstanceStateID { get; set; }
public string WorkflowInstanceState { get; set; }
public bool IsWorkflowAdmin { get; set; }
public bool IsWorkflowViewer { get; set; }
public string ConsoleUrl { get; set; }
}
}