Interface IEntityModelProvider
Singleton application service contract for providing the LLBLGen entity model.
Namespace: Kephas.Data.LLBLGen.Entities
Assembly: Kephas.Data.LLBLGen.dll
Syntax
[SingletonAppServiceContract]
public interface IEntityModelProvider
Methods
| Improve this Doc View SourceGetModelTypeInfos()
Gets the ITypeInfos containing the entity model.
Declaration
IEnumerable<ITypeInfo> GetModelTypeInfos()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ITypeInfo> | An enumeration of ITypeInfos. |