C# 클래스 Castle.MonoRail.Framework.Internal.ControllerMetaDescriptor

상속: BaseMetaDescriptor
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

공개 메소드들

메소드 설명
ControllerMetaDescriptor ( ) : System

Initializes a new instance of the ControllerMetaDescriptor class.

GetAction ( MethodInfo actionMethod ) : ActionMetaDescriptor

Gets an action descriptor with information about an action.

메소드 상세

ControllerMetaDescriptor() 공개 메소드

Initializes a new instance of the ControllerMetaDescriptor class.
public ControllerMetaDescriptor ( ) : System
리턴 System

GetAction() 공개 메소드

Gets an action descriptor with information about an action.
public GetAction ( MethodInfo actionMethod ) : ActionMetaDescriptor
actionMethod System.Reflection.MethodInfo The action method.
리턴 ActionMetaDescriptor