C# Class Manos.Mvc.ControllerService

Afficher le fichier Open project: toptensoftware/manos Class Usage Examples

Méthodes publiques

Свойство Type Description
CreateControllerInstance Func

Méthodes publiques

Méthode Description
CleanControllerName ( string str ) : string
ControllerService ( MvcApp app ) : System
GetControllerType ( string name ) : Type
RegisterAllControllers ( Assembly assembly, bool UseThreadPool = true ) : void
RegisterAllControllers ( bool UseThreadPool = true ) : void
RegisterController ( Type type, bool UseThreadPool = true ) : void

Method Details

CleanControllerName() public static méthode

public static CleanControllerName ( string str ) : string
str string
Résultat string

ControllerService() public méthode

public ControllerService ( MvcApp app ) : System
app MvcApp
Résultat System

GetControllerType() public méthode

public GetControllerType ( string name ) : Type
name string
Résultat System.Type

RegisterAllControllers() public méthode

public RegisterAllControllers ( Assembly assembly, bool UseThreadPool = true ) : void
assembly System.Reflection.Assembly
UseThreadPool bool
Résultat void

RegisterAllControllers() public méthode

public RegisterAllControllers ( bool UseThreadPool = true ) : void
UseThreadPool bool
Résultat void

RegisterController() public méthode

public RegisterController ( Type type, bool UseThreadPool = true ) : void
type System.Type
UseThreadPool bool
Résultat void

Property Details

CreateControllerInstance public_oe property

public Func CreateControllerInstance
Résultat Func