C# Класс Castle.MonoRail.Framework.Internal.ControllerMetaDescriptor

Наследование: BaseMetaDescriptor
Показать файл Открыть проект Примеры использования класса

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

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