コード例 #1
0
        public override System.Web.Mvc.ContentResult learn18()
        {
            var callInfo = new T4MVC_System_Web_Mvc_ContentResult(Area, Name, ActionNames.learn18);

            learn18Override(callInfo);
            return(callInfo);
        }
コード例 #2
0
        public override System.Web.Mvc.ContentResult Learn1370()
        {
            var callInfo = new T4MVC_System_Web_Mvc_ContentResult(Area, Name, ActionNames.Learn1370);

            Learn1370Override(callInfo);
            return(callInfo);
        }
コード例 #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);
        }
コード例 #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);
        }
コード例 #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);
        }
コード例 #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);
        }
コード例 #7
0
        public override System.Web.Mvc.ContentResult About()
        {
            var callInfo = new T4MVC_System_Web_Mvc_ContentResult(Area, Name, ActionNames.About);

            AboutOverride(callInfo);
            return(callInfo);
        }
コード例 #8
0
        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);
        }
コード例 #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);
        }
コード例 #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);
        }
コード例 #11
0
        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);
        }
コード例 #12
0
        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);
        }
コード例 #13
0
 partial void GetCountMessageNotReadOverride(T4MVC_System_Web_Mvc_ContentResult callInfo);
コード例 #14
0
 partial void GetCountNotConfirmedOverride(T4MVC_System_Web_Mvc_ContentResult callInfo);
コード例 #15
0
 partial void GetNotificationOverride(T4MVC_System_Web_Mvc_ContentResult callInfo);
コード例 #16
0
 public override System.Web.Mvc.ContentResult RenderCSS()
 {
     var callInfo = new T4MVC_System_Web_Mvc_ContentResult(Area, Name, ActionNames.RenderCSS);
     return callInfo;
 }
コード例 #17
0
 partial void CreateDownloadOverride(T4MVC_System_Web_Mvc_ContentResult callInfo, UKP.Website.Models.Event.CreateDownloadModel model);
コード例 #18
0
 partial void GetCaseNameOverride(T4MVC_System_Web_Mvc_ContentResult callInfo, string id);
コード例 #19
0
 partial void learn09Override(T4MVC_System_Web_Mvc_ContentResult callInfo, string name);
コード例 #20
0
 partial void ProcessWaitingNotesNowOverride(T4MVC_System_Web_Mvc_ContentResult callInfo);
コード例 #21
0
 partial void Action3Override(T4MVC_System_Web_Mvc_ContentResult callInfo, string firstName, string lastName);
コード例 #22
0
 partial void MarkdownPreviewOverride(T4MVC_System_Web_Mvc_ContentResult callInfo, string data);
コード例 #23
0
 partial void learn18Override(T4MVC_System_Web_Mvc_ContentResult callInfo);
コード例 #24
0
 partial void AboutOverride(T4MVC_System_Web_Mvc_ContentResult callInfo);
コード例 #25
0
 partial void GetMenuOverride(T4MVC_System_Web_Mvc_ContentResult callInfo);
コード例 #26
0
 partial void JsOverride(T4MVC_System_Web_Mvc_ContentResult callInfo, string v);
コード例 #27
0
        public override System.Web.Mvc.ContentResult RenderCSS()
        {
            var callInfo = new T4MVC_System_Web_Mvc_ContentResult(Area, Name, ActionNames.RenderCSS);

            return(callInfo);
        }
コード例 #28
0
 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;
 }
コード例 #29
0
 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;
 }
コード例 #30
0
 partial void GetDefaultImageOverride(T4MVC_System_Web_Mvc_ContentResult callInfo, int id);
コード例 #31
0
 partial void VersionDetailsOverride(T4MVC_System_Web_Mvc_ContentResult callInfo);
コード例 #32
0
 partial void Learn15Override(T4MVC_System_Web_Mvc_ContentResult callInfo, int id);