Table of Contents

Class EntityFactory<T>

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

Represents an abstract base class for entity factories.

public abstract class EntityFactory<T> : IEntityFactory<T> where T : class, new()

Type Parameters

T

The type of entity.

Inheritance
object
EntityFactory<T>
Implements

Methods

Create()

Creates a new instance of the entity.

SetValues(T)

Sets the values of the specified entity.