C# Class Manos.Mvc.ControllerFactory

Inheritance: ManosModule
Exibir arquivo Open project: toptensoftware/manos Class Usage Examples

Public Properties

Property Type Description
ControllerType System.Type
Service ControllerService
UseThreadPool bool

Public Methods

Method Description
ControllerFactory ( ControllerService Service, Type type, bool UseThreadPool ) : System

Method Details

ControllerFactory() public method

public ControllerFactory ( ControllerService Service, Type type, bool UseThreadPool ) : System
Service ControllerService
type System.Type
UseThreadPool bool
return System

Property Details

ControllerType public_oe property

public Type,System ControllerType
return System.Type

Service public_oe property

public ControllerService,Manos.Mvc Service
return ControllerService

UseThreadPool public_oe property

public bool UseThreadPool
return bool