C# 클래스 Castle.MonoRail.Framework.Services.Utils.ControllerInspectionUtil

Utilities methods to inspect the controller Type and gathers its name and area.
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

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