[Missing <summary> documentation for "T:NHibernate.Mapping.ByCode.Impl.ElementMappingHandler"]

Namespace: NHibernate.Mapping.ByCode.Impl
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public delegate void ElementMappingHandler(
	IModelInspector modelInspector,
	PropertyPath member,
	IElementMapper collectionRelationElementCustomizer
)
Visual Basic
Public Delegate Sub ElementMappingHandler ( _
	modelInspector As IModelInspector, _
	member As PropertyPath, _
	collectionRelationElementCustomizer As IElementMapper _
)
Visual C++
public delegate void ElementMappingHandler(
	IModelInspector^ modelInspector, 
	PropertyPath^ member, 
	IElementMapper^ collectionRelationElementCustomizer
)

See Also