예제 #1
0
        public override System.Web.Mvc.ActionResult InputLambda(int id, DMS.Domain.AggregationType aggregationType)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.InputLambda);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "id", id);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "aggregationType", aggregationType);
            InputLambdaOverride(callInfo, id, aggregationType);
            return(callInfo);
        }
예제 #2
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);
        }
예제 #3
0
 partial void InputLambdaOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, int id, DMS.Domain.AggregationType aggregationType, DMS.Web.Host.Models.InputLambdaViewModel viewModel);
예제 #4
0
 partial void InputLambdaOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, int id, DMS.Domain.AggregationType aggregationType);
예제 #5
0
 partial void FillProbabilitiesOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, int id, DMS.Domain.AggregationType aggregationType, DMS.Web.Host.Models.FillRatingsViewModel viewModel);
예제 #6
0
 partial void FillProbabilitiesOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, int id, DMS.Domain.AggregationType aggregationType);
예제 #7
0
 partial void DoAggregationOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, int id, DMS.Domain.AggregationType aggregationType, decimal?lambda);