Highway Framework  Release 1.0.1.0
The fastest and smoothest way to great architecture
 All Classes Namespaces Functions Variables Properties Events
Public Member Functions
Highway.Data.IMappingConfiguration Interface Reference

Implement this interface to pass the mappings in via constructor injection on the context. More...

Inheritance diagram for Highway.Data.IMappingConfiguration:
Highway.Data.EntityFramework.StructureMap.Example.HighwayDataMappings

List of all members.

Public Member Functions

void ConfigureModelBuilder (DbModelBuilder modelBuilder)
 This method takes the modelBuilder from Entity Framework and wires in the mappings provided

Detailed Description

Implement this interface to pass the mappings in via constructor injection on the context.


Member Function Documentation

void Highway.Data.IMappingConfiguration.ConfigureModelBuilder ( DbModelBuilder  modelBuilder)

This method takes the modelBuilder from Entity Framework and wires in the mappings provided

Parameters:
modelBuilderThe Database model builder used by Entity Framework to generate the model.

The documentation for this interface was generated from the following file: