Namespaces

Types

Type AutoMapper

Namespace FluentNHibernate.Automapping

Methods

Public instance methods

void FlagAsMapped(Type type)

Flags a type as already mapped, stop it from being auto-mapped.
Parameters
Type type

ClassMapping Map(Type classType, List<AutoMapType> types)

Parameters
return ClassMapping
Type classType
List<AutoMapType> types

void MapEverythingInClass(ClassMappingBase mapping, Type entityType, IList<string> mappedProperties)

Parameters
ClassMappingBase mapping
Type entityType
IList<string> mappedProperties

ClassMappingBase MergeMap(Type classType, ClassMappingBase mapping, IList<string> mappedProperties)

Parameters
return ClassMappingBase
Type classType
ClassMappingBase mapping
IList<string> mappedProperties