C# Class Castle.MonoRail.Framework.Internal.ControllerMetaDescriptor

Inheritance: BaseMetaDescriptor
Mostrar archivo Open project: nats/castle-1.0.3-mono Class Usage Examples

Public Methods

Method Description
ControllerMetaDescriptor ( ) : System

Initializes a new instance of the ControllerMetaDescriptor class.

GetAction ( MethodInfo actionMethod ) : ActionMetaDescriptor

Gets an action descriptor with information about an action.

Method Details

ControllerMetaDescriptor() public method

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

GetAction() public method

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