C# Class Composite.Plugins.Functions.FunctionProviders.MvcFunctions.MvcControllerFunction

Inheritance: MvcFunctionBase
Afficher le fichier Open project: Orckestra/C1-Packages

Méthodes publiques

Méthode Description
MvcControllerFunction ( System.Web.Mvc.ReflectedControllerDescriptor controllerDescriptor, string @namespace, string name, string description, FunctionCollection functionCollection ) : System

Méthodes protégées

Méthode Description
GetBaseMvcRoute ( ParameterList parameterList ) : string
GetMvcRoute ( ParameterList parameterList ) : string

Private Methods

Méthode Description
GetParameterInformation ( ) : IEnumerable
GetParametersUrlString ( ParameterList parameterList ) : string

Method Details

GetBaseMvcRoute() protected méthode

protected GetBaseMvcRoute ( ParameterList parameterList ) : string
parameterList ParameterList
Résultat string

GetMvcRoute() protected méthode

protected GetMvcRoute ( ParameterList parameterList ) : string
parameterList ParameterList
Résultat string

MvcControllerFunction() public méthode

public MvcControllerFunction ( System.Web.Mvc.ReflectedControllerDescriptor controllerDescriptor, string @namespace, string name, string description, FunctionCollection functionCollection ) : System
controllerDescriptor System.Web.Mvc.ReflectedControllerDescriptor
@namespace string
name string
description string
functionCollection FunctionCollection
Résultat System