public override System.Web.Mvc.ContentResult learn18()
        {
            var callInfo = new T4MVC_System_Web_Mvc_ContentResult(Area, Name, ActionNames.learn18);

            learn18Override(callInfo);
            return(callInfo);
        }
        public override System.Web.Mvc.ContentResult Learn1370()
        {
            var callInfo = new T4MVC_System_Web_Mvc_ContentResult(Area, Name, ActionNames.Learn1370);

            Learn1370Override(callInfo);
            return(callInfo);
        }
Example #3
0
        public override System.Web.Mvc.ContentResult ProcessWaitingNotesNow()
        {
            var callInfo = new T4MVC_System_Web_Mvc_ContentResult(Area, Name, ActionNames.ProcessWaitingNotesNow);

            ProcessWaitingNotesNowOverride(callInfo);
            return(callInfo);
        }
Example #4
0
        public override System.Web.Mvc.ContentResult VersionDetails()
        {
            var callInfo = new T4MVC_System_Web_Mvc_ContentResult(Area, Name, ActionNames.VersionDetails);

            VersionDetailsOverride(callInfo);
            return(callInfo);
        }
Example #5
0
        public override System.Web.Mvc.ContentResult GetNotification()
        {
            var callInfo = new T4MVC_System_Web_Mvc_ContentResult(Area, Name, ActionNames.GetNotification);

            GetNotificationOverride(callInfo);
            return(callInfo);
        }
Example #6
0
        public override System.Web.Mvc.ContentResult GetCountMessageNotRead()
        {
            var callInfo = new T4MVC_System_Web_Mvc_ContentResult(Area, Name, ActionNames.GetCountMessageNotRead);

            GetCountMessageNotReadOverride(callInfo);
            return(callInfo);
        }
        public override System.Web.Mvc.ContentResult About()
        {
            var callInfo = new T4MVC_System_Web_Mvc_ContentResult(Area, Name, ActionNames.About);

            AboutOverride(callInfo);
            return(callInfo);
        }
        public override System.Web.Mvc.ContentResult learn09(string name)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ContentResult(Area, Name, ActionNames.learn09);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "name", name);
            learn09Override(callInfo, name);
            return(callInfo);
        }
Example #9
0
        public override System.Web.Mvc.ContentResult MarkdownPreview(string data)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ContentResult(Area, Name, ActionNames.MarkdownPreview);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "data", data);
            MarkdownPreviewOverride(callInfo, data);
            return(callInfo);
        }
Example #10
0
        public override System.Web.Mvc.ContentResult CreateDownload(UKP.Website.Models.Event.CreateDownloadModel model)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ContentResult(Area, Name, ActionNames.CreateDownload);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
            CreateDownloadOverride(callInfo, model);
            return(callInfo);
        }
        public override System.Web.Mvc.ContentResult Learn15(int id)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ContentResult(Area, Name, ActionNames.Learn15);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "id", id);
            Learn15Override(callInfo, id);
            return(callInfo);
        }
        public override System.Web.Mvc.ContentResult Action3(string firstName, string lastName)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ContentResult(Area, Name, ActionNames.Action3);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "firstName", firstName);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "lastName", lastName);
            Action3Override(callInfo, firstName, lastName);
            return(callInfo);
        }
Example #13
0
 partial void GetCountMessageNotReadOverride(T4MVC_System_Web_Mvc_ContentResult callInfo);
Example #14
0
 partial void GetCountNotConfirmedOverride(T4MVC_System_Web_Mvc_ContentResult callInfo);
Example #15
0
 partial void GetNotificationOverride(T4MVC_System_Web_Mvc_ContentResult callInfo);
 public override System.Web.Mvc.ContentResult RenderCSS()
 {
     var callInfo = new T4MVC_System_Web_Mvc_ContentResult(Area, Name, ActionNames.RenderCSS);
     return callInfo;
 }
Example #17
0
 partial void CreateDownloadOverride(T4MVC_System_Web_Mvc_ContentResult callInfo, UKP.Website.Models.Event.CreateDownloadModel model);
 partial void GetCaseNameOverride(T4MVC_System_Web_Mvc_ContentResult callInfo, string id);
 partial void learn09Override(T4MVC_System_Web_Mvc_ContentResult callInfo, string name);
Example #20
0
 partial void ProcessWaitingNotesNowOverride(T4MVC_System_Web_Mvc_ContentResult callInfo);
 partial void Action3Override(T4MVC_System_Web_Mvc_ContentResult callInfo, string firstName, string lastName);
Example #22
0
 partial void MarkdownPreviewOverride(T4MVC_System_Web_Mvc_ContentResult callInfo, string data);
 partial void learn18Override(T4MVC_System_Web_Mvc_ContentResult callInfo);
 partial void AboutOverride(T4MVC_System_Web_Mvc_ContentResult callInfo);
 partial void GetMenuOverride(T4MVC_System_Web_Mvc_ContentResult callInfo);
 partial void JsOverride(T4MVC_System_Web_Mvc_ContentResult callInfo, string v);
        public override System.Web.Mvc.ContentResult RenderCSS()
        {
            var callInfo = new T4MVC_System_Web_Mvc_ContentResult(Area, Name, ActionNames.RenderCSS);

            return(callInfo);
        }
 public override System.Web.Mvc.ContentResult Js(string v)
 {
     var callInfo = new T4MVC_System_Web_Mvc_ContentResult(Area, Name, ActionNames.Js);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "v", v);
     JsOverride(callInfo, v);
     return callInfo;
 }
 public override System.Web.Mvc.ContentResult GetCaseName(string id)
 {
     var callInfo = new T4MVC_System_Web_Mvc_ContentResult(Area, Name, ActionNames.GetCaseName);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "id", id);
     GetCaseNameOverride(callInfo, id);
     return callInfo;
 }
 partial void GetDefaultImageOverride(T4MVC_System_Web_Mvc_ContentResult callInfo, int id);
Example #31
0
 partial void VersionDetailsOverride(T4MVC_System_Web_Mvc_ContentResult callInfo);
 partial void Learn15Override(T4MVC_System_Web_Mvc_ContentResult callInfo, int id);