C# Класс Castle.MonoRail.Framework.Services.Utils.ControllerInspectionUtil

Utilities methods to inspect the controller Type and gathers its name and area.
Показать файл Открыть проект

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

Метод Описание
Inspect ( Type controllerType ) : ControllerDescriptor

Creates a ControllerDescriptor based on the conventions and possible attributes found for the Controller Type specified

Приватные методы

Метод Описание
ObtainControllerName ( String name, Type controller ) : String

Obtains the name of the controller.

Strip ( String name ) : String

Strips the specified name.

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

Inspect() публичный статический Метод

Creates a ControllerDescriptor based on the conventions and possible attributes found for the Controller Type specified
public static Inspect ( Type controllerType ) : ControllerDescriptor
controllerType System.Type The controller type
Результат ControllerDescriptor