Inheritance: System.Web.Mvc.PartialViewResult, IT4MVCActionResult
        public override System.Web.Mvc.PartialViewResult NewAgreementContactType(System.Guid configurationId)
        {
            var callInfo = new T4MVC_PartialViewResult(Area, Name, ActionNames.NewAgreementContactType);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "configurationId", configurationId);
            return(callInfo);
        }
コード例 #2
0
        public override System.Web.Mvc.PartialViewResult Test(string contentType)
        {
            var callInfo = new T4MVC_PartialViewResult(Area, Name, ActionNames.Test);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "contentType", contentType);
            return(callInfo);
        }
コード例 #3
0
        public override System.Web.Mvc.PartialViewResult Index(KidSteps.Controllers.FeedController.IndexViewModel model)
        {
            var callInfo = new T4MVC_PartialViewResult(Area, Name, ActionNames.Index);

            callInfo.RouteValueDictionary.Add("model", model);
            return(callInfo);
        }
コード例 #4
0
        public override System.Web.Mvc.PartialViewResult Apply(string skinFile)
        {
            var callInfo = new T4MVC_PartialViewResult(Area, Name, ActionNames.Apply);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "skinFile", skinFile);
            return(callInfo);
        }
コード例 #5
0
        public override System.Web.Mvc.PartialViewResult FindPlaces(double latitude, double longitude)
        {
            var callInfo = new T4MVC_PartialViewResult(Area, Name, ActionNames.FindPlaces);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "latitude", latitude);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "longitude", longitude);
            return(callInfo);
        }
コード例 #6
0
        public override System.Web.Mvc.PartialViewResult Post(string term, string[] excludes)
        {
            var callInfo = new T4MVC_PartialViewResult(Area, Name, ActionNames.Post);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "term", term);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "excludes", excludes);
            return(callInfo);
        }
コード例 #7
0
        public override System.Web.Mvc.PartialViewResult Add(UCosmic.Domain.Activities.ActivityTagDomainType domainType, int?domainKey, string text)
        {
            var callInfo = new T4MVC_PartialViewResult(Area, Name, ActionNames.Add);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "domainType", domainType);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "domainKey", domainKey);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "text", text);
            return(callInfo);
        }
コード例 #8
0
        public override System.Web.Mvc.PartialViewResult RelatedNames(string include, string exclude, string block)
        {
            var callInfo = new T4MVC_PartialViewResult(Area, Name, ActionNames.RelatedNames);

            callInfo.RouteValueDictionary.Add("include", include);
            callInfo.RouteValueDictionary.Add("exclude", exclude);
            callInfo.RouteValueDictionary.Add("block", block);
            return(callInfo);
        }
コード例 #9
0
 public override System.Web.Mvc.PartialViewResult HorizontalTabs() {
     var callInfo = new T4MVC_PartialViewResult(Area, Name, ActionNames.HorizontalTabs);
     return callInfo;
 }
 public override System.Web.Mvc.PartialViewResult NewAgreementContactType(System.Guid configurationId) {
     var callInfo = new T4MVC_PartialViewResult(Area, Name, ActionNames.NewAgreementContactType);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "configurationId", configurationId);
     return callInfo;
 }
 public override System.Web.Mvc.PartialViewResult Test(string contentType) {
     var callInfo = new T4MVC_PartialViewResult(Area, Name, ActionNames.Test);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "contentType", contentType);
     return callInfo;
 }
コード例 #12
0
 public override System.Web.Mvc.PartialViewResult Chart(long id) {
     var callInfo = new T4MVC_PartialViewResult(Area, Name, ActionNames.Chart);
     callInfo.RouteValueDictionary.Add("id", id);
     return callInfo;
 }
コード例 #13
0
 public override System.Web.Mvc.PartialViewResult TopTeams() {
     var callInfo = new T4MVC_PartialViewResult(Area, Name, ActionNames.TopTeams);
     return callInfo;
 }
        public override System.Web.Mvc.PartialViewResult ShortList()
        {
            var callInfo = new T4MVC_PartialViewResult(Area, Name, ActionNames.ShortList);

            return(callInfo);
        }
コード例 #15
0
 public override System.Web.Mvc.PartialViewResult RenderUser() {
     var callInfo = new T4MVC_PartialViewResult(Area, Name, ActionNames.RenderUser);
     return callInfo;
 }
コード例 #16
0
 public override System.Web.Mvc.PartialViewResult ShortList() {
     var callInfo = new T4MVC_PartialViewResult(Area, Name, ActionNames.ShortList);
     return callInfo;
 }
コード例 #17
0
 public override System.Web.Mvc.PartialViewResult Add(UCosmic.Domain.Activities.ActivityTagDomainType domainType, int? domainKey, string text) {
     var callInfo = new T4MVC_PartialViewResult(Area, Name, ActionNames.Add);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "domainType", domainType);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "domainKey", domainKey);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "text", text);
     return callInfo;
 }
コード例 #18
0
ファイル: T4MVC.cs プロジェクト: tah91/eworkyWebSite
 public override System.Web.Mvc.PartialViewResult AjaxDashboard(int id, int tabId, int p1, int p2) {
     var callInfo = new T4MVC_PartialViewResult(Area, Name, ActionNames.AjaxDashboard);
     callInfo.RouteValueDictionary.Add("id", id);
     callInfo.RouteValueDictionary.Add("tabId", tabId);
     callInfo.RouteValueDictionary.Add("p1", p1);
     callInfo.RouteValueDictionary.Add("p2", p2);
     return callInfo;
 }
コード例 #19
0
ファイル: T4MVC.cs プロジェクト: tah91/eworkyWebSite
 public override System.Web.Mvc.PartialViewResult MapItemSummary(int id) {
     var callInfo = new T4MVC_PartialViewResult(Area, Name, ActionNames.MapItemSummary);
     callInfo.RouteValueDictionary.Add("id", id);
     return callInfo;
 }
コード例 #20
0
ファイル: T4MVC.cs プロジェクト: tah91/eworkyWebSite
 public override System.Web.Mvc.PartialViewResult LocalisationDescription(int id) {
     var callInfo = new T4MVC_PartialViewResult(Area, Name, ActionNames.LocalisationDescription);
     callInfo.RouteValueDictionary.Add("id", id);
     return callInfo;
 }
コード例 #21
0
ファイル: T4MVC.cs プロジェクト: tah91/eworkyWebSite
 public override System.Web.Mvc.PartialViewResult AddInvoiceItem() {
     var callInfo = new T4MVC_PartialViewResult(Area, Name, ActionNames.AddInvoiceItem);
     return callInfo;
 }
コード例 #22
0
ファイル: T4MVC.cs プロジェクト: tah91/eworkyWebSite
 public override System.Web.Mvc.PartialViewResult AddRentalAccess() {
     var callInfo = new T4MVC_PartialViewResult(Area, Name, ActionNames.AddRentalAccess);
     return callInfo;
 }
コード例 #23
0
 public override System.Web.Mvc.PartialViewResult RelatedNames(string include, string exclude, string block) {
     var callInfo = new T4MVC_PartialViewResult(Area, Name, ActionNames.RelatedNames);
     callInfo.RouteValueDictionary.Add("include", include);
     callInfo.RouteValueDictionary.Add("exclude", exclude);
     callInfo.RouteValueDictionary.Add("block", block);
     return callInfo;
 }
コード例 #24
0
ファイル: T4MVC.cs プロジェクト: tah91/eworkyWebSite
 public override System.Web.Mvc.PartialViewResult SearchForm(string searchType, string place) {
     var callInfo = new T4MVC_PartialViewResult(Area, Name, ActionNames.SearchForm);
     callInfo.RouteValueDictionary.Add("searchType", searchType);
     callInfo.RouteValueDictionary.Add("place", place);
     return callInfo;
 }
コード例 #25
0
        public override System.Web.Mvc.PartialViewResult HorizontalTabs()
        {
            var callInfo = new T4MVC_PartialViewResult(Area, Name, ActionNames.HorizontalTabs);

            return(callInfo);
        }
コード例 #26
0
 public override System.Web.Mvc.PartialViewResult UserProfile(Smoothie.Domain.Dto.UserDataDto userData) {
     var callInfo = new T4MVC_PartialViewResult(Area, Name, ActionNames.UserProfile);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "userData", userData);
     return callInfo;
 }
コード例 #27
0
 public override System.Web.Mvc.PartialViewResult GetLeaders(long localBussinesId) {
     var callInfo = new T4MVC_PartialViewResult(Area, Name, ActionNames.GetLeaders);
     callInfo.RouteValueDictionary.Add("localBussinesId", localBussinesId);
     return callInfo;
 }
コード例 #28
0
ファイル: T4MVC.cs プロジェクト: tah91/eworkyWebSite
 public override System.Web.Mvc.PartialViewResult PostComment(int id, Worki.Data.Models.Comment com) {
     var callInfo = new T4MVC_PartialViewResult(Area, Name, ActionNames.PostComment);
     callInfo.RouteValueDictionary.Add("id", id);
     callInfo.RouteValueDictionary.Add("com", com);
     return callInfo;
 }
コード例 #29
0
 public override System.Web.Mvc.PartialViewResult Dialog(string dialogName) {
     var callInfo = new T4MVC_PartialViewResult(Area, Name, ActionNames.Dialog);
     callInfo.RouteValueDictionary.Add("dialogName", dialogName);
     return callInfo;
 }
コード例 #30
0
 public override System.Web.Mvc.PartialViewResult BankInformation(EmployeePayrollInformationViewModel employeePayrollInformation) {
     var callInfo = new T4MVC_PartialViewResult(Area, Name, ActionNames.BankInformation);
     callInfo.RouteValueDictionary.Add("employeePayrollInformation", employeePayrollInformation);
     return callInfo;
 }
コード例 #31
0
 public override System.Web.Mvc.PartialViewResult GetPostPreview(string previewText) {
     var callInfo = new T4MVC_PartialViewResult(Area, Name, ActionNames.GetPostPreview);
     callInfo.RouteValueDictionary.Add("previewText", previewText);
     return callInfo;
 }
コード例 #32
0
 public override System.Web.Mvc.PartialViewResult AllBattles() {
     var callInfo = new T4MVC_PartialViewResult(Area, Name, ActionNames.AllBattles);
     return callInfo;
 }
コード例 #33
0
        public override System.Web.Mvc.PartialViewResult Index()
        {
            var callInfo = new T4MVC_PartialViewResult(Area, Name, ActionNames.Index);

            return(callInfo);
        }
コード例 #34
0
 public override System.Web.Mvc.PartialViewResult Apply(string skinFile) {
     var callInfo = new T4MVC_PartialViewResult(Area, Name, ActionNames.Apply);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "skinFile", skinFile);
     return callInfo;
 }
コード例 #35
0
 public override System.Web.Mvc.PartialViewResult Index(KidSteps.Controllers.FeedController.IndexViewModel model) {
     var callInfo = new T4MVC_PartialViewResult(Area, Name, ActionNames.Index);
     callInfo.RouteValueDictionary.Add("model", model);
     return callInfo;
 }
 public override System.Web.Mvc.PartialViewResult FindPlaces(double latitude, double longitude) {
     var callInfo = new T4MVC_PartialViewResult(Area, Name, ActionNames.FindPlaces);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "latitude", latitude);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "longitude", longitude);
     return callInfo;
 }
コード例 #37
0
 public override System.Web.Mvc.PartialViewResult Post(string term, string[] excludes) {
     var callInfo = new T4MVC_PartialViewResult(Area, Name, ActionNames.Post);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "term", term);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "excludes", excludes);
     return callInfo;
 }
コード例 #38
0
ファイル: T4MVC.cs プロジェクト: tah91/eworkyWebSite
 public override System.Web.Mvc.PartialViewResult AddOfferPrice(int priceType) {
     var callInfo = new T4MVC_PartialViewResult(Area, Name, ActionNames.AddOfferPrice);
     callInfo.RouteValueDictionary.Add("priceType", priceType);
     return callInfo;
 }
 public override System.Web.Mvc.PartialViewResult NewName() {
     var callInfo = new T4MVC_PartialViewResult(Area, Name, ActionNames.NewName);
     return callInfo;
 }
コード例 #40
0
        public override System.Web.Mvc.PartialViewResult ReleasesNav()
        {
            var callInfo = new T4MVC_PartialViewResult(Area, Name, ActionNames.ReleasesNav);

            return(callInfo);
        }