C# Class Castle.MonoRail.Framework.Services.Utils.ControllerInspectionUtil

Utilities methods to inspect the controller Type and gathers its name and area.
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
Inspect ( Type controllerType ) : ControllerDescriptor

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

Private Methods

Méthode Description
ObtainControllerName ( String name, Type controller ) : String

Obtains the name of the controller.

Strip ( String name ) : String

Strips the specified name.

Method Details

Inspect() public static méthode

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
Résultat ControllerDescriptor