C# 클래스 Igman.Web.Controllers.QuestionsController

상속: Controller
파일 보기 프로젝트 열기: fitba/km-2013-projects-team-igman

공개 메소드들

메소드 설명
Answers ( int id, string tab = "TopRated" ) : System.Web.Mvc.ActionResult
CommentAnswer ( string Komentar, int id ) : System.Web.Mvc.ActionResult
Details ( int id ) : System.Web.Mvc.ActionResult
Index ( string tab, int page = 1 ) : System.Web.Mvc.ActionResult
Like ( int id ) : System.Web.Mvc.ActionResult
Search ( string args, int page = 1 ) : System.Web.Mvc.ActionResult

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
Answer ( string Content, int questionID ) : System.Web.Mvc.ActionResult
CheckUser ( ) : void
CollaborativeRecommenderLista ( List ls, User a ) : List
Create ( ) : System.Web.Mvc.ActionResult
Create ( string Naslov, string Content, string jsonTagQuestion, string jsonKatQuestion ) : System.Web.Mvc.ActionResult
Formatiraj ( string args ) : string
GetIds ( List a ) : string
GetPreporukaPitanja ( Question q ) : List
GetScore ( List a ) : string
SinhronyzeWithDB ( List ListaKategorija ) : List
SinhronyzeWithDB ( List list, List insideList ) : List

메소드 상세

Answers() 공개 메소드

public Answers ( int id, string tab = "TopRated" ) : System.Web.Mvc.ActionResult
id int
tab string
리턴 System.Web.Mvc.ActionResult

CommentAnswer() 공개 메소드

public CommentAnswer ( string Komentar, int id ) : System.Web.Mvc.ActionResult
Komentar string
id int
리턴 System.Web.Mvc.ActionResult

Details() 공개 메소드

public Details ( int id ) : System.Web.Mvc.ActionResult
id int
리턴 System.Web.Mvc.ActionResult

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Index() 공개 메소드

public Index ( string tab, int page = 1 ) : System.Web.Mvc.ActionResult
tab string
page int
리턴 System.Web.Mvc.ActionResult

Like() 공개 메소드

public Like ( int id ) : System.Web.Mvc.ActionResult
id int
리턴 System.Web.Mvc.ActionResult

Search() 공개 메소드

public Search ( string args, int page = 1 ) : System.Web.Mvc.ActionResult
args string
page int
리턴 System.Web.Mvc.ActionResult