コード例 #1
0
        public override System.Web.Mvc.ActionResult FillProbabilities(int id, DMS.Domain.AggregationType aggregationType, DMS.Web.Host.Models.FillRatingsViewModel viewModel)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.FillProbabilities);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "id", id);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "aggregationType", aggregationType);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "viewModel", viewModel);
            FillProbabilitiesOverride(callInfo, id, aggregationType, viewModel);
            return(callInfo);
        }
コード例 #2
0
 partial void FillProbabilitiesOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, int id, DMS.Domain.AggregationType aggregationType, DMS.Web.Host.Models.FillRatingsViewModel viewModel);