C# Class Cats.Areas.WorkflowManager.Controllers.FlowTemplateController

Inheritance: Controller
Show file Open project: edgecomputing/cats

Public Methods

Method Description
Create ( ) : System.Web.Mvc.ActionResult
Delete ( int id ) : System.Web.Mvc.ActionResult
Edit ( int id ) : System.Web.Mvc.ActionResult
FlowTemplateController ( IFlowTemplateService FlowTemplateServiceParam, IStateTemplateService StateTemplateServiceParam ) : System
Index ( ) : System.Web.Mvc.ActionResult
ReadKendo ( [ request, int ProcessTemplateID ) : System.Web.Mvc.ActionResult
loadLookups ( ) : void
toFlowTemplatePOCOList ( IEnumerable list ) : IEnumerable

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
Create ( FlowTemplate item ) : System.Web.Mvc.ActionResult
CreateKendo ( [ request, FlowTemplate item ) : System.Web.Mvc.ActionResult
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult
DeleteKendo ( [ request, FlowTemplate item ) : System.Web.Mvc.ActionResult
Edit ( FlowTemplate item ) : System.Web.Mvc.ActionResult
EditKendo ( [ request, FlowTemplate item ) : System.Web.Mvc.ActionResult

Method Details

Create() public method

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

Delete() public method

public Delete ( int id ) : System.Web.Mvc.ActionResult
id int
return System.Web.Mvc.ActionResult

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Edit() public method

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

FlowTemplateController() public method

public FlowTemplateController ( IFlowTemplateService FlowTemplateServiceParam, IStateTemplateService StateTemplateServiceParam ) : System
FlowTemplateServiceParam IFlowTemplateService
StateTemplateServiceParam IStateTemplateService
return System

Index() public method

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

ReadKendo() public method

public ReadKendo ( [ request, int ProcessTemplateID ) : System.Web.Mvc.ActionResult
request [
ProcessTemplateID int
return System.Web.Mvc.ActionResult

loadLookups() public method

public loadLookups ( ) : void
return void

toFlowTemplatePOCOList() public method

public toFlowTemplatePOCOList ( IEnumerable list ) : IEnumerable
list IEnumerable
return IEnumerable