C# 클래스 System.Web.Mvc.IronRuby.Controllers.RubyControllerDescriptor

The descriptor for a Ruby enabled Controller
상속: ControllerDescriptor
파일 보기 프로젝트 열기: jschementi/ironrubymvc

공개 메소드들

메소드 설명
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