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

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

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

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

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

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

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

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

public Find ( ProfileSearchCriteria criteria ) : System.Web.Mvc.ViewResult
criteria AccountProfile.Models.ProfileSearchCriteria
Результат 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 ( EditProfileInput form ) : System.Web.Mvc.RedirectToRouteResult
form AccountProfile.Models.EditProfileInput
Результат System.Web.Mvc.RedirectToRouteResult

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

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

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

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