C# Класс SRPTalk.Controllers.BaseballController

Наследование: Controller
Показать файл Открыть проект

Открытые методы

Метод Описание
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