[Missing <summary> documentation for "T:NHibernate.Mapping.ByCode.Impl.ComponentMappingHandler"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
public delegate void ComponentMappingHandler( IModelInspector modelInspector, PropertyPath member, IComponentAttributesMapper propertyCustomizer )  | 
| Visual Basic | 
|---|
Public Delegate Sub ComponentMappingHandler ( _ modelInspector As IModelInspector, _ member As PropertyPath, _ propertyCustomizer As IComponentAttributesMapper _ )  | 
| Visual C++ | 
|---|
public delegate void ComponentMappingHandler( IModelInspector^ modelInspector, PropertyPath^ member, IComponentAttributesMapper^ propertyCustomizer )  | 
Parameters
- modelInspector
 - Type: NHibernate.Mapping.ByCode..::..IModelInspector
 
- member
 - Type: NHibernate.Mapping.ByCode..::..PropertyPath
 
- propertyCustomizer
 - Type: NHibernate.Mapping.ByCode..::..IComponentAttributesMapper