C# Класс SmartBindersExample.Controllers.ProfileController

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

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

Метод Описание
Edit ( Profile id ) : System.Web.Mvc.ViewResult
Index ( ) : System.Web.Mvc.ViewResult
ProfileController ( ) : System
ProfileController ( IProfileRepository profileRepository ) : System
Save ( ProfileEditModel form ) : System.Web.Mvc.RedirectToRouteResult
Show ( string username ) : System.Web.Mvc.ViewResult

Описание методов

Edit() публичный Метод

public Edit ( Profile id ) : System.Web.Mvc.ViewResult
id Profile
Результат System.Web.Mvc.ViewResult

Index() публичный Метод

public Index ( ) : System.Web.Mvc.ViewResult
Результат System.Web.Mvc.ViewResult

ProfileController() публичный Метод

public ProfileController ( ) : System
Результат System

ProfileController() публичный Метод

public ProfileController ( IProfileRepository profileRepository ) : System
profileRepository IProfileRepository
Результат System

Save() публичный Метод

public Save ( ProfileEditModel form ) : System.Web.Mvc.RedirectToRouteResult
form ProfileEditModel
Результат System.Web.Mvc.RedirectToRouteResult

Show() публичный Метод

public Show ( string username ) : System.Web.Mvc.ViewResult
username string
Результат System.Web.Mvc.ViewResult