C# Class Purchasing.Mvc.Controllers.SystemController

Inheritance: UCDArch.Web.Controller.SuperController
显示文件 Open project: ucdavis/Purchasing

Public Methods

Method Description
Backups ( ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
Indexes ( ) : System.Web.Mvc.ActionResult
Overwrite ( string index ) : System.Web.Mvc.ActionResult
SystemController ( IIndexService indexService, IRepositoryFactory repositoryFactory, Guid>.IRepositoryWithTypedId emailQueueRepository ) : System

Method Details

Backups() public method

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

Index() public method

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

Indexes() public method

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

Overwrite() public method

public Overwrite ( string index ) : System.Web.Mvc.ActionResult
index string
return System.Web.Mvc.ActionResult

SystemController() public method

public SystemController ( IIndexService indexService, IRepositoryFactory repositoryFactory, Guid>.IRepositoryWithTypedId emailQueueRepository ) : System
indexService IIndexService
repositoryFactory IRepositoryFactory
emailQueueRepository Guid>.IRepositoryWithTypedId
return System