IEntityFrameworkService Interface

Provides infrastructure services for scaffolding Entity Framework.

Namespace:  Microsoft.AspNet.Scaffolding.EntityFramework
Assembly:  Microsoft.AspNet.Scaffolding.EntityFramework.12.0 (in Microsoft.AspNet.Scaffolding.EntityFramework.12.0.dll)

public interface IEntityFrameworkService

The IEntityFrameworkService type exposes the following members.

  NameDescription
Public propertyDependenciesGets a list of NuGetPackage dependencies required in order to use Entity Framework.
Top

  NameDescription
Public methodAddRequiredEntityGets the ModelMetadata for the provided context type and entity type. If an Entity Framework context type does not exist matching the given type name, it will be created. If the context does not contain a entity set property matching the provided entity type, then a property will be added.
Public methodGetPluralizedWordGets the plural form of word for the provided culture.
Public methodGetSingularizedWordGets the singular form of word for the passed in culture.
Top
Show: