Class EntityModelProvider
A LLBLGen entity model provider.
Inheritance
System.Object
EntityModelProvider
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Kephas.Data.LLBLGen.Entities
Assembly: Kephas.Data.LLBLGen.dll
Syntax
public class EntityModelProvider : IEntityModelProvider
Constructors
| Improve this Doc View SourceEntityModelProvider(ICollection<IExportFactory<IEntityFactory, EntityFactoryMetadata>>)
Initializes a new instance of the EntityModelProvider class.
Declaration
public EntityModelProvider(ICollection<IExportFactory<IEntityFactory, EntityFactoryMetadata>> entityFactoriesCollection)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.ICollection<IExportFactory<IEntityFactory, EntityFactoryMetadata>> | entityFactoriesCollection | Collection of entity factories. |
Methods
| Improve this Doc View SourceGetModelTypeInfos()
Gets the model ITypeInfos in this collection.
Declaration
public IEnumerable<ITypeInfo> GetModelTypeInfos()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ITypeInfo> | An enumerator that allows foreach to be used to process the model ITypeInfos in this collection. |