C# Class Composite.AspNet.MvcFunctions.FunctionProvider.MvcActionFunction

Inheritance: Composite.Plugins.Functions.FunctionProviders.MvcFunctions.MvcFunctionBase
Show file Open project: Orckestra/C1-Packages

Public Methods

Method Description
MvcActionFunction ( Type controllerType, string actionName, string @namespace, string name, string description, FunctionCollection functionCollection ) : System
UsePathInfoForRouting ( ) : void

Protected Methods

Method Description
GetBaseMvcRoute ( ParameterList parameters ) : string
GetMvcRoute ( ParameterList parameters ) : string

Private Methods

Method Description
GetParameterInformation ( ) : IEnumerable

Method Details

GetBaseMvcRoute() protected method

protected GetBaseMvcRoute ( ParameterList parameters ) : string
parameters ParameterList
return string

GetMvcRoute() protected method

protected GetMvcRoute ( ParameterList parameters ) : string
parameters ParameterList
return string

MvcActionFunction() public method

public MvcActionFunction ( Type controllerType, string actionName, string @namespace, string name, string description, FunctionCollection functionCollection ) : System
controllerType System.Type
actionName string
@namespace string
name string
description string
functionCollection FunctionCollection
return System

UsePathInfoForRouting() public method

public UsePathInfoForRouting ( ) : void
return void