Namespaces

Types

Type ManyToManyAutoMapper

Namespace FluentNHibernate.AutoMap

Interfaces IAutoMapper

Methods

Public instance methods

void ApplyInverse(PropertyInfo property, Type parentSide, IManyToManyPart manyToManyPart)

Parameters
PropertyInfo property
Type parentSide
IManyToManyPart manyToManyPart

bool Equals(object obj)

Parameters
return bool
object obj

int GetHashCode()

Parameters
return int

IManyToManyPart GetManyToManyPart<T>(AutoMap<T> classMap, PropertyInfo property)

Parameters
return IManyToManyPart
AutoMap<T> classMap
PropertyInfo property

Type GetType()

Parameters
return Type

void Map<T>(AutoMap<T> classMap, PropertyInfo property)

Parameters
AutoMap<T> classMap
PropertyInfo property

bool MapsProperty(PropertyInfo property)

Parameters
return bool
PropertyInfo property

string ToString()

Parameters
return string