Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class AggregateSchemaUpdater

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

Inheritance
System.Object
AggregateSchemaUpdater
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.SchemaUpdates.Internal
Assembly: EPiServer.Data.dll
Version: 11.20.7
Syntax
[ServiceConfiguration(Lifecycle = ServiceInstanceScope.Singleton)]
public class AggregateSchemaUpdater

Constructors

AggregateSchemaUpdater(IEnumerable<ISchemaUpdater>)

Declaration
public AggregateSchemaUpdater(IEnumerable<ISchemaUpdater> schemaUpdater)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<ISchemaUpdater> schemaUpdater

Properties

Updaters

Declaration
public IEnumerable<ISchemaUpdater> Updaters { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<ISchemaUpdater>

Methods

AddUpdater(ISchemaUpdater)

Declaration
public void AddUpdater(ISchemaUpdater updater)
Parameters
Type Name Description
ISchemaUpdater updater

Extension Methods