C# Класс Badges.Areas.Admin.Controllers.OutcomeController

Controller for the Outcome class
Наследование: Badges.Controllers.ApplicationController
Показать файл Открыть проект

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

Метод Описание
Create ( ) : System.Web.Mvc.ActionResult
Edit ( System.Guid id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
OutcomeController ( IRepositoryFactory repositoryFactory, IFileService fileService ) : System

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

Метод Описание
Create ( OutcomeViewModel model ) : System.Web.Mvc.ActionResult
Delete ( System.Guid id, Outcome outcome ) : System.Web.Mvc.ActionResult
Edit ( System.Guid id, OutcomeViewModel model ) : System.Web.Mvc.ActionResult

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

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

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

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

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

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

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

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

public OutcomeController ( IRepositoryFactory repositoryFactory, IFileService fileService ) : System
repositoryFactory IRepositoryFactory
fileService IFileService
Результат System