C# Класс AreasExample.Areas.Admin.Controllers.ProfileController

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

Private Properties

Свойство Тип Описание
Edit System.Web.Mvc.ActionResult
Edit System.Web.Mvc.ViewResult
ProfileController System
RedirectToAction System.Web.Mvc.RedirectToRouteResult
Show System.Web.Mvc.ViewResult

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

Метод Описание
Edit ( string username ) : System.Web.Mvc.ViewResult
Index ( ) : System.Web.Mvc.ActionResult
ProfileController ( ) : System
ProfileController ( IProfileRepository profileRepository ) : System
Show ( string username ) : System.Web.Mvc.ViewResult

Приватные методы

Метод Описание
Edit ( EditProfileInput profile ) : System.Web.Mvc.ActionResult
Edit ( ) : System.Web.Mvc.ViewResult
ProfileController ( Dummy d ) : System
RedirectToAction ( System.Web.Mvc.ActionResult result ) : System.Web.Mvc.RedirectToRouteResult
Show ( ) : System.Web.Mvc.ViewResult

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

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

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

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

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

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

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

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

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

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

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