Class FunqConfigurator
Configurator for the Funq IoC container.
Inheritance
System.Object
FunqConfigurator
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Kephas.ServiceStack.Hosting.Configurators
Assembly: Kephas.ServiceStack.dll
Syntax
[ProcessingPriority(Priority.Highest)]
public class FunqConfigurator : IHostConfigurator
Constructors
| Improve this Doc View SourceFunqConfigurator(IComposableContainerAdapter)
Initializes a new instance of the FunqConfigurator class.
Declaration
public FunqConfigurator(IComposableContainerAdapter containerAdapter)
Parameters
Type | Name | Description |
---|---|---|
IComposableContainerAdapter | containerAdapter | The container adapter. |
Methods
| Improve this Doc View SourceConfigure(IHostConfigurationContext)
Configure application host.
Declaration
public void Configure(IHostConfigurationContext configContext)
Parameters
Type | Name | Description |
---|---|---|
IHostConfigurationContext | configContext | Context for the configuration. |