World is now on Opti ID! Learn 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: 10.10.4
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>

Extension Methods