Class StructureMapServiceLocatorFactory
IServiceLocatorFactory implementation for StructureMap
Inheritance
System.Object
    StructureMapServiceLocatorFactory
  Implements
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.4Syntax
public class StructureMapServiceLocatorFactory : IServiceLocatorFactoryConstructors
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 | 
