Class EntityFactory<T>
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
-
objectEntityFactory<T>
- Implements
Methods
- Create()
Creates a new instance of the entity.
- SetValues(T)
Sets the values of the specified entity.