Table of Contents

Class EntityServiceConfiguration<T>

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

Represents the configuration for an entity service.

public class EntityServiceConfiguration<T> : IEntityServiceConfiguration<T> where T : class

Type Parameters

T

The type of the entity.

Inheritance
EntityServiceConfiguration<T>
Implements

Properties

DefaultOrderBy

Gets or sets the default order by expression for querying entities.

HasRevision

Gets or sets a value indicating whether the entity has revision history.

PrimaryKeyPropertyNames

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

UseCachingWithLookup

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