Table of Contents

Constructor EntityValidationService

Namespace
Innova.Data.Entity
Assembly
Innova.Data.dll

EntityValidationService(IEnumerable<IEntityValidator<TEntityInterface>>, IEntityServiceConfiguration<T>)

Initializes a new instance of the EntityValidationService<T, TEntityInterface> class.

public EntityValidationService(IEnumerable<IEntityValidator<TEntityInterface>> validators, IEntityServiceConfiguration<T> entityServiceConfiguration)

Parameters

validators IEnumerable<IEntityValidator<TEntityInterface>>

The validators to be used for entity validation.

entityServiceConfiguration IEntityServiceConfiguration<T>

The configuration for the entity service.