//------------------------------------------------------------------------------ // // 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 SystemBulkReAssignMatrixRecord { public Nullable IntegrationSystemID { get; set; } public Nullable WorkflowID { get; set; } public string DashboardControllerName { get; set; } public string WorkflowControllerName { get; set; } public string WorkflowFriendlyName { get; set; } public string WorkflowDescription { get; set; } public string AdministratorRoles { get; set; } public string InitiatorRoles { get; set; } public string ViewerRoles { get; set; } public Nullable Step { get; set; } public string StepTitle { get; set; } public Nullable WorkflowTemplateStepID { get; set; } public Nullable WorkflowTemplateStepTypeID { get; set; } public string StepApplicationRoles { get; set; } public string StepReAssignRoles { get; set; } public Nullable RoleID { get; set; } public string RoleName { get; set; } public Nullable FromUserTaskCount { get; set; } public Nullable FromUserHasRole { get; set; } public Nullable ToUserHasRole { get; set; } public Nullable IsWorkflowAdmin { get; set; } public Nullable FromUserWorkflowCount { get; set; } } }