C# 클래스 SRPTalk.Controllers.BaseballController

상속: Controller
파일 보기 프로젝트 열기: jkuemerle/CodeMash2013

공개 메소드들

메소드 설명
BaseballController ( ) : System
Index ( ) : System.Web.Mvc.ViewResult

비공개 메소드들

메소드 설명
GetCorpus ( int numParagraphs, Random random, List words ) : List
GetParagraph ( int numSentences, Random random, List words, int commaSentence ) : string
GetSentence ( int numWords, List words, Random random, int commaSentence ) : string
GetWords ( ) : List
Index ( SubmitFormViewModel model ) : System.Web.Mvc.ViewResult
ModifyFirstParagraph ( SubmitFormViewModel model ) : void

메소드 상세

BaseballController() 공개 메소드

public BaseballController ( ) : System
리턴 System

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ViewResult
리턴 System.Web.Mvc.ViewResult