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

Inheritance
System.Object
AggregateSchemaUpdater
Namespace: EPiServer.Data.SchemaUpdates.Internal
Assembly: EPiServer.Data.dll
Version: 12.0.3
Syntax
[ServiceConfiguration]
public class AggregateSchemaUpdater : Object

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