C# 클래스 LoLUniverse.Controllers.SearchController

상속: Controller
파일 보기 프로젝트 열기: sdesyllas/LoLUniverse

공개 메소드들

메소드 설명
PrepareSearchSummonerModel ( SearchSummoner searchSummoner, SummonerDto>.Dictionary summonersDto, Dictionary summonerLeagues ) : void
SearchBox ( SearchSummoner searchSummoner ) : System.Web.Mvc.ActionResult
SearchController ( IRiotClient riotClient, ICacheManager cacheManager, IMemoryCache memoryCache ) : System
SummonerResults ( SearchSummoner searchSummoner ) : System.Web.Mvc.ActionResult

메소드 상세

PrepareSearchSummonerModel() 공개 메소드

public PrepareSearchSummonerModel ( SearchSummoner searchSummoner, SummonerDto>.Dictionary summonersDto, Dictionary summonerLeagues ) : void
searchSummoner LoLUniverse.Models.Search.SearchSummoner
summonersDto SummonerDto>.Dictionary
summonerLeagues Dictionary
리턴 void

SearchBox() 공개 메소드

public SearchBox ( SearchSummoner searchSummoner ) : System.Web.Mvc.ActionResult
searchSummoner LoLUniverse.Models.Search.SearchSummoner
리턴 System.Web.Mvc.ActionResult

SearchController() 공개 메소드

public SearchController ( IRiotClient riotClient, ICacheManager cacheManager, IMemoryCache memoryCache ) : System
riotClient IRiotClient
cacheManager ICacheManager
memoryCache IMemoryCache
리턴 System

SummonerResults() 공개 메소드

public SummonerResults ( SearchSummoner searchSummoner ) : System.Web.Mvc.ActionResult
searchSummoner LoLUniverse.Models.Search.SearchSummoner
리턴 System.Web.Mvc.ActionResult