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 AggregateSchemaValidator

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

Inheritance
System.Object
AggregateSchemaValidator
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 AggregateSchemaValidator

Constructors

AggregateSchemaValidator(IEnumerable<ISchemaValidator>)

Declaration
public AggregateSchemaValidator(IEnumerable<ISchemaValidator> schemaValidators)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<ISchemaValidator> schemaValidators

Properties

Validators

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

Methods

AddValidator(ISchemaValidator)

Declaration
public void AddValidator(ISchemaValidator validator)
Parameters
Type Name Description
ISchemaValidator validator

Extension Methods