[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.Impl.ICustomizersHolder.AddCustomizer(System.Type,System.Action{NHibernate.Mapping.ByCode.IJoinedSubclassAttributesMapper})"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
void AddCustomizer( Type type, Action<IJoinedSubclassAttributesMapper> classCustomizer ) |
Visual Basic |
---|
Sub AddCustomizer ( _ type As Type, _ classCustomizer As Action(Of IJoinedSubclassAttributesMapper) _ ) |
Visual C++ |
---|
void AddCustomizer( Type^ type, Action<IJoinedSubclassAttributesMapper^>^ classCustomizer ) |
Parameters
- type
- Type: System..::..Type
[Missing <param name="type"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.ICustomizersHolder.AddCustomizer(System.Type,System.Action{NHibernate.Mapping.ByCode.IJoinedSubclassAttributesMapper})"]
- classCustomizer
- Type: System..::..Action<(Of <(<'IJoinedSubclassAttributesMapper>)>)>
[Missing <param name="classCustomizer"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.ICustomizersHolder.AddCustomizer(System.Type,System.Action{NHibernate.Mapping.ByCode.IJoinedSubclassAttributesMapper})"]