Пример #1
0
        public override System.Web.Mvc.ActionResult InputLambda(int id, DMS.Domain.AggregationType aggregationType, DMS.Web.Host.Models.InputLambdaViewModel viewModel)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.InputLambda);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "id", id);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "aggregationType", aggregationType);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "viewModel", viewModel);
            InputLambdaOverride(callInfo, id, aggregationType, viewModel);
            return(callInfo);
        }
Пример #2
0
 partial void InputLambdaOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, int id, DMS.Domain.AggregationType aggregationType, DMS.Web.Host.Models.InputLambdaViewModel viewModel);