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