C# Class DynamicServices.Mvc.ReflectedDynamicActionDescriptor

Inheritance: DynamicActionDescriptor
Afficher le fichier Open project: ryanohs/DynamicServices

Protected Properties

Свойство Type Description
Stage IDynamicStage

Méthodes publiques

Méthode Description
Execute ( System.Web.Mvc.ControllerContext controllerContext, object>.IDictionary parameters ) : object
ReflectedDynamicActionDescriptor ( IDynamicStage stage ) : System.Collections.Generic
SetAction ( DynamicAction action ) : void

Méthodes protégées

Méthode Description
GetResult ( object data ) : object

Method Details

Execute() public méthode

public Execute ( System.Web.Mvc.ControllerContext controllerContext, object>.IDictionary parameters ) : object
controllerContext System.Web.Mvc.ControllerContext
parameters object>.IDictionary
Résultat object

GetResult() protected abstract méthode

protected abstract GetResult ( object data ) : object
data object
Résultat object

ReflectedDynamicActionDescriptor() public méthode

public ReflectedDynamicActionDescriptor ( IDynamicStage stage ) : System.Collections.Generic
stage IDynamicStage
Résultat System.Collections.Generic

SetAction() public méthode

public SetAction ( DynamicAction action ) : void
action DynamicAction
Résultat void

Property Details

Stage protected_oe property

protected IDynamicStage Stage
Résultat IDynamicStage