C# Class System.Web.Mvc.IronRuby.Controllers.RubyControllerDescriptor

The descriptor for a Ruby enabled Controller
Inheritance: ControllerDescriptor
Afficher le fichier Open project: jschementi/ironrubymvc

Méthodes publiques

Méthode Description
FindAction ( ControllerContext controllerContext, string actionName ) : ActionDescriptor

Finds the action.

GetCanonicalActions ( ) : ActionDescriptor[]

Gets the canonical actions.

RubyControllerDescriptor ( RubyClass rubyClass, IRubyEngine engine ) : System.Web.Mvc.IronRuby.Core

Initializes a new instance of the RubyControllerDescriptor class.

Method Details

FindAction() public méthode

Finds the action.
public FindAction ( ControllerContext controllerContext, string actionName ) : ActionDescriptor
controllerContext ControllerContext The controller context.
actionName string The name of the action.
Résultat ActionDescriptor

GetCanonicalActions() public méthode

Gets the canonical actions.
public GetCanonicalActions ( ) : ActionDescriptor[]
Résultat ActionDescriptor[]

RubyControllerDescriptor() public méthode

Initializes a new instance of the RubyControllerDescriptor class.
public RubyControllerDescriptor ( RubyClass rubyClass, IRubyEngine engine ) : System.Web.Mvc.IronRuby.Core
rubyClass IronRuby.Builtins.RubyClass The ruby class.
engine IRubyEngine The engine.
Résultat System.Web.Mvc.IronRuby.Core