Exemple #1
0
        public override System.Web.Mvc.ActionResult GenerateWeights(int id, DMS.Domain.WeightGenerationMethod method, DMS.Web.Host.Models.GenerateWeightsRequestModel viewModel)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.GenerateWeights);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "id", id);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "method", method);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "viewModel", viewModel);
            GenerateWeightsOverride(callInfo, id, method, viewModel);
            return(callInfo);
        }
Exemple #2
0
 partial void GenerateWeightsOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, int id, DMS.Domain.WeightGenerationMethod method, DMS.Web.Host.Models.GenerateWeightsRequestModel viewModel);