maintenance unify document generation ui
This commit is contained in:
@@ -173,6 +173,12 @@ namespace Disco.Web.Areas.API.Controllers
|
||||
}
|
||||
[NonAction]
|
||||
[GeneratedCode("T4MVC", "2.0"), DebuggerNonUserCode]
|
||||
public virtual System.Web.Mvc.ActionResult Generate()
|
||||
{
|
||||
return new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Generate);
|
||||
}
|
||||
[NonAction]
|
||||
[GeneratedCode("T4MVC", "2.0"), DebuggerNonUserCode]
|
||||
public virtual System.Web.Mvc.ActionResult Delete()
|
||||
{
|
||||
return new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Delete);
|
||||
@@ -213,6 +219,7 @@ namespace Disco.Web.Areas.API.Controllers
|
||||
public readonly string ImporterUndetectedAssign = "ImporterUndetectedAssign";
|
||||
public readonly string ImporterUndetectedDelete = "ImporterUndetectedDelete";
|
||||
public readonly string BulkGenerate = "BulkGenerate";
|
||||
public readonly string Generate = "Generate";
|
||||
public readonly string Delete = "Delete";
|
||||
}
|
||||
|
||||
@@ -239,6 +246,7 @@ namespace Disco.Web.Areas.API.Controllers
|
||||
public const string ImporterUndetectedAssign = "ImporterUndetectedAssign";
|
||||
public const string ImporterUndetectedDelete = "ImporterUndetectedDelete";
|
||||
public const string BulkGenerate = "BulkGenerate";
|
||||
public const string Generate = "Generate";
|
||||
public const string Delete = "Delete";
|
||||
}
|
||||
|
||||
@@ -431,6 +439,15 @@ namespace Disco.Web.Areas.API.Controllers
|
||||
public readonly string DataIds = "DataIds";
|
||||
public readonly string InsertBlankPage = "InsertBlankPage";
|
||||
}
|
||||
static readonly ActionParamsClass_Generate s_params_Generate = new ActionParamsClass_Generate();
|
||||
[GeneratedCode("T4MVC", "2.0"), DebuggerNonUserCode]
|
||||
public ActionParamsClass_Generate GenerateParams { get { return s_params_Generate; } }
|
||||
[GeneratedCode("T4MVC", "2.0"), DebuggerNonUserCode]
|
||||
public class ActionParamsClass_Generate
|
||||
{
|
||||
public readonly string id = "id";
|
||||
public readonly string TargetId = "TargetId";
|
||||
}
|
||||
static readonly ActionParamsClass_Delete s_params_Delete = new ActionParamsClass_Delete();
|
||||
[GeneratedCode("T4MVC", "2.0"), DebuggerNonUserCode]
|
||||
public ActionParamsClass_Delete DeleteParams { get { return s_params_Delete; } }
|
||||
@@ -746,6 +763,19 @@ namespace Disco.Web.Areas.API.Controllers
|
||||
return callInfo;
|
||||
}
|
||||
|
||||
[NonAction]
|
||||
partial void GenerateOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, string id, string TargetId);
|
||||
|
||||
[NonAction]
|
||||
public override System.Web.Mvc.ActionResult Generate(string id, string TargetId)
|
||||
{
|
||||
var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Generate);
|
||||
ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "id", id);
|
||||
ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "TargetId", TargetId);
|
||||
GenerateOverride(callInfo, id, TargetId);
|
||||
return callInfo;
|
||||
}
|
||||
|
||||
[NonAction]
|
||||
partial void DeleteOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, string id, bool? redirect);
|
||||
|
||||
|
||||
@@ -119,6 +119,12 @@ namespace Disco.Web.Areas.API.Controllers
|
||||
}
|
||||
[NonAction]
|
||||
[GeneratedCode("T4MVC", "2.0"), DebuggerNonUserCode]
|
||||
public virtual System.Web.Mvc.ActionResult Generate()
|
||||
{
|
||||
return new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Generate);
|
||||
}
|
||||
[NonAction]
|
||||
[GeneratedCode("T4MVC", "2.0"), DebuggerNonUserCode]
|
||||
public virtual System.Web.Mvc.ActionResult Delete()
|
||||
{
|
||||
return new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Delete);
|
||||
@@ -149,6 +155,7 @@ namespace Disco.Web.Areas.API.Controllers
|
||||
public readonly string UpdateScope = "UpdateScope";
|
||||
public readonly string UpdateJobSubTypes = "UpdateJobSubTypes";
|
||||
public readonly string BulkGenerate = "BulkGenerate";
|
||||
public readonly string Generate = "Generate";
|
||||
public readonly string Delete = "Delete";
|
||||
}
|
||||
|
||||
@@ -165,6 +172,7 @@ namespace Disco.Web.Areas.API.Controllers
|
||||
public const string UpdateScope = "UpdateScope";
|
||||
public const string UpdateJobSubTypes = "UpdateJobSubTypes";
|
||||
public const string BulkGenerate = "BulkGenerate";
|
||||
public const string Generate = "Generate";
|
||||
public const string Delete = "Delete";
|
||||
}
|
||||
|
||||
@@ -270,6 +278,15 @@ namespace Disco.Web.Areas.API.Controllers
|
||||
public readonly string DataIds = "DataIds";
|
||||
public readonly string InsertBlankPage = "InsertBlankPage";
|
||||
}
|
||||
static readonly ActionParamsClass_Generate s_params_Generate = new ActionParamsClass_Generate();
|
||||
[GeneratedCode("T4MVC", "2.0"), DebuggerNonUserCode]
|
||||
public ActionParamsClass_Generate GenerateParams { get { return s_params_Generate; } }
|
||||
[GeneratedCode("T4MVC", "2.0"), DebuggerNonUserCode]
|
||||
public class ActionParamsClass_Generate
|
||||
{
|
||||
public readonly string id = "id";
|
||||
public readonly string TargetId = "TargetId";
|
||||
}
|
||||
static readonly ActionParamsClass_Delete s_params_Delete = new ActionParamsClass_Delete();
|
||||
[GeneratedCode("T4MVC", "2.0"), DebuggerNonUserCode]
|
||||
public ActionParamsClass_Delete DeleteParams { get { return s_params_Delete; } }
|
||||
@@ -439,6 +456,19 @@ namespace Disco.Web.Areas.API.Controllers
|
||||
return callInfo;
|
||||
}
|
||||
|
||||
[NonAction]
|
||||
partial void GenerateOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, string id, string TargetId);
|
||||
|
||||
[NonAction]
|
||||
public override System.Web.Mvc.ActionResult Generate(string id, string TargetId)
|
||||
{
|
||||
var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Generate);
|
||||
ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "id", id);
|
||||
ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "TargetId", TargetId);
|
||||
GenerateOverride(callInfo, id, TargetId);
|
||||
return callInfo;
|
||||
}
|
||||
|
||||
[NonAction]
|
||||
partial void DeleteOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, string id, bool? redirect);
|
||||
|
||||
|
||||
@@ -38,6 +38,7 @@ namespace T4MVC
|
||||
{
|
||||
public readonly string _DialogLayout = "_DialogLayout";
|
||||
public readonly string _EmptyLayout = "_EmptyLayout";
|
||||
public readonly string _GenerateDocumentControl = "_GenerateDocumentControl";
|
||||
public readonly string _JobTable = "_JobTable";
|
||||
public readonly string _JobTableRender = "_JobTableRender";
|
||||
public readonly string _Layout = "_Layout";
|
||||
@@ -47,6 +48,7 @@ namespace T4MVC
|
||||
}
|
||||
public readonly string _DialogLayout = "~/Views/Shared/_DialogLayout.cshtml";
|
||||
public readonly string _EmptyLayout = "~/Views/Shared/_EmptyLayout.cshtml";
|
||||
public readonly string _GenerateDocumentControl = "~/Views/Shared/_GenerateDocumentControl.cshtml";
|
||||
public readonly string _JobTable = "~/Views/Shared/_JobTable.cshtml";
|
||||
public readonly string _JobTableRender = "~/Views/Shared/_JobTableRender.cshtml";
|
||||
public readonly string _Layout = "~/Views/Shared/_Layout.cshtml";
|
||||
|
||||
Reference in New Issue
Block a user