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

            SomeFileContentResultActionOverride(callInfo);
            return(callInfo);
        }
コード例 #2
0
        public override System.Web.Mvc.FileContentResult GetImage(string path)
        {
            var callInfo = new T4MVC_System_Web_Mvc_FileContentResult(Area, Name, ActionNames.GetImage);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "path", path);
            GetImageOverride(callInfo, path);
            return(callInfo);
        }
コード例 #3
0
        public override System.Web.Mvc.FileContentResult GetPhoto(byte[] ImagByte)
        {
            var callInfo = new T4MVC_System_Web_Mvc_FileContentResult(Area, Name, ActionNames.GetPhoto);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "ImagByte", ImagByte);
            GetPhotoOverride(callInfo, ImagByte);
            return(callInfo);
        }
コード例 #4
0
        public override System.Web.Mvc.FileContentResult CatPhoto(int Id)
        {
            var callInfo = new T4MVC_System_Web_Mvc_FileContentResult(Area, Name, ActionNames.CatPhoto);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "Id", Id);
            CatPhotoOverride(callInfo, Id);
            return(callInfo);
        }
コード例 #5
0
 partial void GetImageOverride(T4MVC_System_Web_Mvc_FileContentResult callInfo, string path);
コード例 #6
0
 public override System.Web.Mvc.FileContentResult GetImage(int id)
 {
     var callInfo = new T4MVC_System_Web_Mvc_FileContentResult(Area, Name, ActionNames.GetImage);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "id", id);
     GetImageOverride(callInfo, id);
     return callInfo;
 }
コード例 #7
0
 partial void GetImageOverride(T4MVC_System_Web_Mvc_FileContentResult callInfo, int id);
コード例 #8
0
 public override System.Web.Mvc.FileContentResult SomeFileContentResultAction()
 {
     var callInfo = new T4MVC_System_Web_Mvc_FileContentResult(Area, Name, ActionNames.SomeFileContentResultAction);
     SomeFileContentResultActionOverride(callInfo);
     return callInfo;
 }
コード例 #9
0
 partial void SomeFileContentResultActionOverride(T4MVC_System_Web_Mvc_FileContentResult callInfo);
コード例 #10
0
 partial void SomeFileContentResultActionOverride(T4MVC_System_Web_Mvc_FileContentResult callInfo);
コード例 #11
0
 partial void GetPhotoOverride(T4MVC_System_Web_Mvc_FileContentResult callInfo, byte[] ImagByte);
コード例 #12
0
 partial void CatPhotoOverride(T4MVC_System_Web_Mvc_FileContentResult callInfo, int Id);
コード例 #13
0
 partial void GetItemImageOverride(T4MVC_System_Web_Mvc_FileContentResult callInfo, int id, string hallmark);
コード例 #14
0
 partial void LayoutDislocationOverride(T4MVC_System_Web_Mvc_FileContentResult callInfo, int id);