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);
 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;
 }
 partial void GetImageOverride(T4MVC_System_Web_Mvc_FileContentResult callInfo, int id);
 public override System.Web.Mvc.FileContentResult SomeFileContentResultAction()
 {
     var callInfo = new T4MVC_System_Web_Mvc_FileContentResult(Area, Name, ActionNames.SomeFileContentResultAction);
     SomeFileContentResultActionOverride(callInfo);
     return callInfo;
 }
 partial void SomeFileContentResultActionOverride(T4MVC_System_Web_Mvc_FileContentResult callInfo);
 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);
 partial void GetItemImageOverride(T4MVC_System_Web_Mvc_FileContentResult callInfo, int id, string hallmark);
 partial void LayoutDislocationOverride(T4MVC_System_Web_Mvc_FileContentResult callInfo, int id);