コード例 #1
0
        public override System.Web.Mvc.ActionResult Index(long id, Alicargo.Areas.Admin.Models.State.StateSettingsModel model)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Index);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "id", id);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
            IndexOverride(callInfo, id, model);
            return(callInfo);
        }
コード例 #2
0
 partial void IndexOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, long id, Alicargo.Areas.Admin.Models.State.StateSettingsModel model);