Table of Contents

Interface IEntityServiceConfiguration<T>

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

Represents the configuration for an entity service.

public interface IEntityServiceConfiguration<T> where T : class

Type Parameters

T

The type of the entity.

Properties

DefaultOrderBy

Gets the default order by expression for querying entities.

HasRevision

Gets a value indicating whether the entity has revision history.

PrimaryKeyPropertyNames

Gets the names of the primary key properties of the entity.

UseCachingWithLookup

Gets a value indicating whether caching is enabled for lookup operations.