Class DefaultProviderFactory
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.
Inheritance
System.Object
DefaultProviderFactory
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.Configuration.Internal
Assembly: EPiServer.Framework.dll
Version: 10.10.4Syntax
[ServiceConfiguration(typeof(IProviderFactory), IncludeServiceAccessor = false)]
public class DefaultProviderFactory : IProviderFactory
Constructors
DefaultProviderFactory(IServiceLocator)
Declaration
public DefaultProviderFactory(IServiceLocator serviceLocator)
Parameters
Type | Name | Description |
---|---|---|
IServiceLocator | serviceLocator |
Methods
InstantiateProvider<T>(ProviderSettings, Type)
Declaration
public T InstantiateProvider<T>(ProviderSettings providerSettings, Type type = null)
Parameters
Type | Name | Description |
---|---|---|
System.Configuration.ProviderSettings | providerSettings | |
System.Type | type |
Returns
Type | Description |
---|---|
T |
Type Parameters
Name | Description |
---|---|
T |