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

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

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