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