C# Class SRPTalk.Controllers.BaseballController

Inheritance: Controller
Afficher le fichier Open project: jkuemerle/CodeMash2013

Méthodes publiques

Méthode Description
BaseballController ( ) : System
Index ( ) : System.Web.Mvc.ViewResult

Private Methods

Méthode Description
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

Method Details

BaseballController() public méthode

public BaseballController ( ) : System
Résultat System

Index() public méthode

public Index ( ) : System.Web.Mvc.ViewResult
Résultat System.Web.Mvc.ViewResult