World is now on Opti ID! Learn more

Class DataStoreConfigurationTransform

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

Inheritance
System.Object
DataStoreConfigurationTransform
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.Data.dll
Version: 10.10.4
Syntax
public class DataStoreConfigurationTransform : IConfigurationTransform

Constructors

DataStoreConfigurationTransform(EPiServerDataStoreSection, DataStoreOptions, DataStoreProviderOptions, IProviderFactory)

Declaration
public DataStoreConfigurationTransform(EPiServerDataStoreSection dataStoreSection, DataStoreOptions dataStoreOptions, DataStoreProviderOptions dataStoreProviderOptions, IProviderFactory providerFactory)
Parameters
Type Name Description
EPiServerDataStoreSection dataStoreSection
DataStoreOptions dataStoreOptions
DataStoreProviderOptions dataStoreProviderOptions
IProviderFactory providerFactory

Methods

CreateDataStoreOptionFromConfig()

Declaration
protected virtual void CreateDataStoreOptionFromConfig()

Transform()

Declaration
public void Transform()

Implements

Extension Methods