Table of Contents

Interface IEntityFactory<T>

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

Represents a factory for creating entities of type T.

public interface IEntityFactory<T> where T : class

Type Parameters

T

The type of entity.

Methods

Create()

Creates a new instance of the entity.

SetValues(T)