Namespaces

Types in FluentNHibernate.Automapping

Type AutoMappingAlterationCollection

Namespace FluentNHibernate.Automapping

Interfaces IEnumerable<IAutoMappingAlteration>

Methods

Public instance methods

AutoMappingAlterationCollection Add(IAutoMappingAlteration alteration)

Adds an alteration
Parameters
IAutoMappingAlteration alteration

Alteration to add

AutoMappingAlterationCollection Add<T>()

Creates an instance of an IAutoMappingAlteration from a generic type parameter, then adds it to the alterations collection.

AutoMappingAlterationCollection AddFromAssembly(Assembly assembly)

Adds all alterations from an assembly
Parameters
Assembly assembly

Assembly to search

AutoMappingAlterationCollection AddFromAssemblyOf<T>()

Adds all alterations from an assembly that contains T.

IEnumerator<IAutoMappingAlteration> GetEnumerator()