C# Class Telerik.Web.Mvc.Infrastructure.Implementation.ControllerTypeCache

Inheritance: IControllerTypeCache
Datei anzeigen Open project: juanplopes/simple-telerik

Public Methods

Method Description
GetControllerType ( System.Web.Routing.RequestContext requestContext, string controllerName ) : Type

Private Methods

Method Description
EnsureInitialized ( ) : void
GetAllControllerTypes ( ) : IList
GetControllerTypeWithinNamespaces ( System.Web.Routing.RouteBase route, string controllerName, IEnumerable namespaces ) : Type
GetControllerTypes ( string controllerName, IEnumerable namespaces ) : ICollection
IsNamespaceMatch ( string requestedNamespace, string targetNamespace ) : bool

Method Details

GetControllerType() public method

public GetControllerType ( System.Web.Routing.RequestContext requestContext, string controllerName ) : Type
requestContext System.Web.Routing.RequestContext
controllerName string
return System.Type