Interface IEntityFactory<TEntity>
Application service contract for entity factories.
Inherited Members
Namespace: Kephas.Data.LLBLGen.Entities
Assembly: Kephas.Data.LLBLGen.dll
Syntax
[AppServiceContract(ContractType = typeof(IEntityFactory), AllowMultiple = true)]
public interface IEntityFactory<TEntity> : IEntityFactoryType Parameters
| Name | Description | 
|---|---|
| TEntity | Type of the entity. |