Class LegacyDatabaseHandlerSetup

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

Inheritance
System.Object
LegacyDatabaseHandlerSetup
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.Data.Configuration.Transform.Internal
Assembly: EPiServer.Framework.AspNet.dll
Version: 11.20.7
Syntax
[Obsolete("Setting up legacy Database Factory and Schema updaters.")]
public class LegacyDatabaseHandlerSetup : IConfigurationTransform

Constructors

LegacyDatabaseHandlerSetup(IServiceLocator)

Declaration
public LegacyDatabaseHandlerSetup(IServiceLocator serviceLocator)
Parameters
Type Name Description
IServiceLocator serviceLocator

Methods

Transform()

Declaration
public void Transform()

WrapDatabaseHandler()

Declaration
protected virtual void WrapDatabaseHandler()

WrapDatabaseSchema()

Declaration
protected virtual void WrapDatabaseSchema()

Implements

Extension Methods