SaaS CMS has officially launched! Learn more now.

Class StructureMapServiceLocatorFactory

IServiceLocatorFactory implementation for StructureMap

Inheritance
System.Object
StructureMapServiceLocatorFactory
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.ServiceLocation
Assembly: EPiServer.Framework.dll
Version: 10.10.4
Syntax
public class StructureMapServiceLocatorFactory : IServiceLocatorFactory

Constructors

StructureMapServiceLocatorFactory()

Declaration
public StructureMapServiceLocatorFactory()

Methods

CreateLocator()

Creates an instance of IServiceLocator

Declaration
public IServiceLocator CreateLocator()
Returns
Type Description
IServiceLocator

CreateProvider()

Creates an instance of IServiceConfigurationProvider

Declaration
public IServiceConfigurationProvider CreateProvider()
Returns
Type Description
IServiceConfigurationProvider

Implements

Extension Methods