Skip to content

Instantly share code, notes, and snippets.

@jagregory
Created September 22, 2010 22:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jagregory/592679 to your computer and use it in GitHub Desktop.
Save jagregory/592679 to your computer and use it in GitHub Desktop.
Fluent Mappings
---------------
Sources scanned:
Examples.FirstProject, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Mappings discovered:
EmployeeMap | Examples.FirstProject.Mappings.EmployeeMap, Examples.FirstProject, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
LocationMap | Examples.FirstProject.Mappings.LocationMap, Examples.FirstProject, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
ProductMap | Examples.FirstProject.Mappings.ProductMap, Examples.FirstProject, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
StoreMap | Examples.FirstProject.Mappings.StoreMap, Examples.FirstProject, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Conventions
-----------
Sources scanned:
Examples.FirstProject, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Conventions discovered:
TableNameConvention | Examples.FirstProject.TableNameConvention, Examples.FirstProject, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Automapping
-----------
Skipped types:
Location | Skipped by IAutomappingConfiguration.IsComponent(Type) | Examples.FirstAutomappedProject.Entities.Location, Examples.FirstAutomappedProject, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Candidate types:
Employee | Examples.FirstAutomappedProject.Entities.Employee, Examples.FirstAutomappedProject, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Product | Examples.FirstAutomappedProject.Entities.Product, Examples.FirstAutomappedProject, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Store | Examples.FirstAutomappedProject.Entities.Store, Examples.FirstAutomappedProject, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Mapped types:
Employee | Examples.FirstAutomappedProject.Entities.Employee, Examples.FirstAutomappedProject, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Product | Examples.FirstAutomappedProject.Entities.Product, Examples.FirstAutomappedProject, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Store | Examples.FirstAutomappedProject.Entities.Store, Examples.FirstAutomappedProject, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment