211 lines
9.2 KiB
C#
211 lines
9.2 KiB
C#
// <auto-generated />
|
|
// This file was generated by a T4 template.
|
|
// Don't change it directly as your change would get overwritten. Instead, make changes
|
|
// to the .tt file (i.e. the T4 template) and save it to regenerate this file.
|
|
|
|
// Make sure the compiler doesn't complain about missing Xml comments and CLS compliance
|
|
// 0108: suppress "Foo hides inherited member Foo. Use the new keyword if hiding was intended." when a controller and its abstract parent are both processed
|
|
// 0114: suppress "Foo.BarController.Baz()' hides inherited member 'Qux.BarController.Baz()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword." when an action (with an argument) overrides an action in a parent controller
|
|
#pragma warning disable 1591, 3008, 3009, 0108, 0114
|
|
#region T4MVC
|
|
|
|
using System;
|
|
using System.Diagnostics;
|
|
using System.CodeDom.Compiler;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Runtime.CompilerServices;
|
|
using System.Threading.Tasks;
|
|
using System.Web;
|
|
using System.Web.Hosting;
|
|
using System.Web.Mvc;
|
|
using System.Web.Mvc.Ajax;
|
|
using System.Web.Mvc.Html;
|
|
using System.Web.Routing;
|
|
using T4MVC;
|
|
namespace Disco.Web.Areas.Config.Controllers
|
|
{
|
|
public partial class DeviceFlagController
|
|
{
|
|
[GeneratedCode("T4MVC", "2.0"), DebuggerNonUserCode]
|
|
public DeviceFlagController() { }
|
|
|
|
[GeneratedCode("T4MVC", "2.0"), DebuggerNonUserCode]
|
|
protected DeviceFlagController(Dummy d) { }
|
|
|
|
[GeneratedCode("T4MVC", "2.0"), DebuggerNonUserCode]
|
|
protected RedirectToRouteResult RedirectToAction(ActionResult result)
|
|
{
|
|
var callInfo = result.GetT4MVCResult();
|
|
return RedirectToRoute(callInfo.RouteValueDictionary);
|
|
}
|
|
|
|
[GeneratedCode("T4MVC", "2.0"), DebuggerNonUserCode]
|
|
protected RedirectToRouteResult RedirectToAction(Task<ActionResult> taskResult)
|
|
{
|
|
return RedirectToAction(taskResult.Result);
|
|
}
|
|
|
|
[GeneratedCode("T4MVC", "2.0"), DebuggerNonUserCode]
|
|
protected RedirectToRouteResult RedirectToActionPermanent(ActionResult result)
|
|
{
|
|
var callInfo = result.GetT4MVCResult();
|
|
return RedirectToRoutePermanent(callInfo.RouteValueDictionary);
|
|
}
|
|
|
|
[GeneratedCode("T4MVC", "2.0"), DebuggerNonUserCode]
|
|
protected RedirectToRouteResult RedirectToActionPermanent(Task<ActionResult> taskResult)
|
|
{
|
|
return RedirectToActionPermanent(taskResult.Result);
|
|
}
|
|
|
|
[NonAction]
|
|
[GeneratedCode("T4MVC", "2.0"), DebuggerNonUserCode]
|
|
public virtual System.Web.Mvc.ActionResult Index()
|
|
{
|
|
return new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Index);
|
|
}
|
|
[NonAction]
|
|
[GeneratedCode("T4MVC", "2.0"), DebuggerNonUserCode]
|
|
public virtual System.Web.Mvc.ActionResult Export()
|
|
{
|
|
return new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Export);
|
|
}
|
|
|
|
[GeneratedCode("T4MVC", "2.0"), DebuggerNonUserCode]
|
|
public DeviceFlagController Actions { get { return MVC.Config.DeviceFlag; } }
|
|
[GeneratedCode("T4MVC", "2.0")]
|
|
public readonly string Area = "Config";
|
|
[GeneratedCode("T4MVC", "2.0")]
|
|
public readonly string Name = "DeviceFlag";
|
|
[GeneratedCode("T4MVC", "2.0")]
|
|
public const string NameConst = "DeviceFlag";
|
|
[GeneratedCode("T4MVC", "2.0")]
|
|
static readonly ActionNamesClass s_actions = new ActionNamesClass();
|
|
[GeneratedCode("T4MVC", "2.0"), DebuggerNonUserCode]
|
|
public ActionNamesClass ActionNames { get { return s_actions; } }
|
|
[GeneratedCode("T4MVC", "2.0"), DebuggerNonUserCode]
|
|
public class ActionNamesClass
|
|
{
|
|
public readonly string Index = "Index";
|
|
public readonly string Create = "Create";
|
|
public readonly string Export = "Export";
|
|
}
|
|
|
|
[GeneratedCode("T4MVC", "2.0"), DebuggerNonUserCode]
|
|
public class ActionNameConstants
|
|
{
|
|
public const string Index = "Index";
|
|
public const string Create = "Create";
|
|
public const string Export = "Export";
|
|
}
|
|
|
|
|
|
static readonly ActionParamsClass_Index s_params_Index = new ActionParamsClass_Index();
|
|
[GeneratedCode("T4MVC", "2.0"), DebuggerNonUserCode]
|
|
public ActionParamsClass_Index IndexParams { get { return s_params_Index; } }
|
|
[GeneratedCode("T4MVC", "2.0"), DebuggerNonUserCode]
|
|
public class ActionParamsClass_Index
|
|
{
|
|
public readonly string id = "id";
|
|
}
|
|
static readonly ActionParamsClass_Create s_params_Create = new ActionParamsClass_Create();
|
|
[GeneratedCode("T4MVC", "2.0"), DebuggerNonUserCode]
|
|
public ActionParamsClass_Create CreateParams { get { return s_params_Create; } }
|
|
[GeneratedCode("T4MVC", "2.0"), DebuggerNonUserCode]
|
|
public class ActionParamsClass_Create
|
|
{
|
|
public readonly string model = "model";
|
|
}
|
|
static readonly ActionParamsClass_Export s_params_Export = new ActionParamsClass_Export();
|
|
[GeneratedCode("T4MVC", "2.0"), DebuggerNonUserCode]
|
|
public ActionParamsClass_Export ExportParams { get { return s_params_Export; } }
|
|
[GeneratedCode("T4MVC", "2.0"), DebuggerNonUserCode]
|
|
public class ActionParamsClass_Export
|
|
{
|
|
public readonly string DownloadId = "DownloadId";
|
|
public readonly string DeviceFlagId = "DeviceFlagId";
|
|
public readonly string CurrentOnly = "CurrentOnly";
|
|
}
|
|
static readonly ViewsClass s_views = new ViewsClass();
|
|
[GeneratedCode("T4MVC", "2.0"), DebuggerNonUserCode]
|
|
public ViewsClass Views { get { return s_views; } }
|
|
[GeneratedCode("T4MVC", "2.0"), DebuggerNonUserCode]
|
|
public class ViewsClass
|
|
{
|
|
static readonly _ViewNamesClass s_ViewNames = new _ViewNamesClass();
|
|
public _ViewNamesClass ViewNames { get { return s_ViewNames; } }
|
|
public class _ViewNamesClass
|
|
{
|
|
public readonly string Create = "Create";
|
|
public readonly string Export = "Export";
|
|
public readonly string Index = "Index";
|
|
public readonly string Show = "Show";
|
|
}
|
|
public readonly string Create = "~/Areas/Config/Views/DeviceFlag/Create.cshtml";
|
|
public readonly string Export = "~/Areas/Config/Views/DeviceFlag/Export.cshtml";
|
|
public readonly string Index = "~/Areas/Config/Views/DeviceFlag/Index.cshtml";
|
|
public readonly string Show = "~/Areas/Config/Views/DeviceFlag/Show.cshtml";
|
|
}
|
|
}
|
|
|
|
[GeneratedCode("T4MVC", "2.0"), DebuggerNonUserCode]
|
|
public partial class T4MVC_DeviceFlagController : Disco.Web.Areas.Config.Controllers.DeviceFlagController
|
|
{
|
|
public T4MVC_DeviceFlagController() : base(Dummy.Instance) { }
|
|
|
|
[NonAction]
|
|
partial void IndexOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, int? id);
|
|
|
|
[NonAction]
|
|
public override System.Web.Mvc.ActionResult Index(int? id)
|
|
{
|
|
var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Index);
|
|
ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "id", id);
|
|
IndexOverride(callInfo, id);
|
|
return callInfo;
|
|
}
|
|
|
|
[NonAction]
|
|
partial void CreateOverride(T4MVC_System_Web_Mvc_ActionResult callInfo);
|
|
|
|
[NonAction]
|
|
public override System.Web.Mvc.ActionResult Create()
|
|
{
|
|
var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Create);
|
|
CreateOverride(callInfo);
|
|
return callInfo;
|
|
}
|
|
|
|
[NonAction]
|
|
partial void CreateOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, Disco.Web.Areas.Config.Models.DeviceFlag.CreateModel model);
|
|
|
|
[NonAction]
|
|
public override System.Web.Mvc.ActionResult Create(Disco.Web.Areas.Config.Models.DeviceFlag.CreateModel model)
|
|
{
|
|
var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Create);
|
|
ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
|
|
CreateOverride(callInfo, model);
|
|
return callInfo;
|
|
}
|
|
|
|
[NonAction]
|
|
partial void ExportOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, string DownloadId, int? DeviceFlagId, bool? CurrentOnly);
|
|
|
|
[NonAction]
|
|
public override System.Web.Mvc.ActionResult Export(string DownloadId, int? DeviceFlagId, bool? CurrentOnly)
|
|
{
|
|
var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Export);
|
|
ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "DownloadId", DownloadId);
|
|
ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "DeviceFlagId", DeviceFlagId);
|
|
ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "CurrentOnly", CurrentOnly);
|
|
ExportOverride(callInfo, DownloadId, DeviceFlagId, CurrentOnly);
|
|
return callInfo;
|
|
}
|
|
|
|
}
|
|
}
|
|
|
|
#endregion T4MVC
|
|
#pragma warning restore 1591, 3008, 3009, 0108, 0114
|