[Missing <summary> documentation for "T:NHibernate.Mapping.ByCode.Impl.ElementMappingHandler"]
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 ) |
Parameters
- modelInspector
- Type: NHibernate.Mapping.ByCode..::..IModelInspector
- member
- Type: NHibernate.Mapping.ByCode..::..PropertyPath
- collectionRelationElementCustomizer
- Type: NHibernate.Mapping.ByCode..::..IElementMapper