C# Класс System.Web.Mvc.IronRuby.Controllers.RubyControllerDescriptor

The descriptor for a Ruby enabled Controller
Наследование: ControllerDescriptor
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

FindAction() публичный Метод

Finds the action.
public FindAction ( ControllerContext controllerContext, string actionName ) : ActionDescriptor
controllerContext ControllerContext The controller context.
actionName string The name of the action.
Результат ActionDescriptor

GetCanonicalActions() публичный Метод

Gets the canonical actions.
public GetCanonicalActions ( ) : ActionDescriptor[]
Результат ActionDescriptor[]

RubyControllerDescriptor() публичный Метод

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.
Результат System.Web.Mvc.IronRuby.Core