C# Class Badges.Areas.Admin.Controllers.BadgeCategoryController

Inheritance: Badges.Controllers.ApplicationController
Show file Open project: ucdavis/Badges

Public Methods

Method Description
BadgeCategoryController ( IRepositoryFactory repositoryFactory, IFileService fileService ) : System
Create ( ) : System.Web.Mvc.ActionResult
Edit ( System.Guid id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
Create ( BadgeCategoryViewModel model ) : System.Web.Mvc.ActionResult
Delete ( System.Guid id, BadgeCategory badgeCategory ) : System.Web.Mvc.ActionResult
Edit ( System.Guid id, BadgeCategoryViewModel model ) : System.Web.Mvc.ActionResult

Method Details

BadgeCategoryController() public method

public BadgeCategoryController ( IRepositoryFactory repositoryFactory, IFileService fileService ) : System
repositoryFactory IRepositoryFactory
fileService IFileService
return System

Create() public method

public Create ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Edit() public method

public Edit ( System.Guid id ) : System.Web.Mvc.ActionResult
id System.Guid
return System.Web.Mvc.ActionResult

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult