Interface IProviderFactory
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.
Namespace: EPiServer.Configuration.Transform.Internal
Assembly: EPiServer.Framework.dll
Version: 10.10.4Syntax
public interface IProviderFactory
Methods
InstantiateProvider<T>(ProviderSettings, Type)
Declaration
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 |