Show / Hide Table of Contents

Class EntityModelProvider

A LLBLGen entity model provider.

Inheritance
System.Object
EntityModelProvider
Implements
IEntityModelProvider
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 Source

EntityModelProvider(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 Source

GetModelTypeInfos()

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.

Implements

IEntityModelProvider

Extension Methods

DynamicObjectExtensions.SetPropertyValue(Object, String, Object)
DynamicObjectExtensions.TrySetPropertyValue(Object, String, Object)
DynamicObjectExtensions.GetPropertyValue(Object, String)
DynamicObjectExtensions.TryGetPropertyValue(Object, String, out Object)
DynamicObjectExtensions.GetRuntimeTypeInfo(Object)
DynamicObjectExtensions.ToDynamic(Object)
DynamicObjectExtensions.ToExpando(Object)
BehaviorValue.ToBehaviorValue<TValue>(TValue)
CollectionExtensions.AddRange<T, TItem>(T, IEnumerable<TItem>)
LoggingExtensions.GetLogger(Object, IContext)
TypeExtensions.GetAbstractType(Object)
TypeExtensions.GetAbstractTypeInfo(Object)
ReflectionHelper.GetTypeInfo(Object)
EntityEntryExtensions.TryGetAttachedEntityEntry(Object)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX