[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.Impl.ICustomizersHolder.AddCustomizer(System.Type,System.Action{NHibernate.Mapping.ByCode.IJoinAttributesMapper})"]

Namespace: NHibernate.Mapping.ByCode.Impl
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
void AddCustomizer(
	Type type,
	Action<IJoinAttributesMapper> classCustomizer
)
Visual Basic
Sub AddCustomizer ( _
	type As Type, _
	classCustomizer As Action(Of IJoinAttributesMapper) _
)
Visual C++
void AddCustomizer(
	Type^ type, 
	Action<IJoinAttributesMapper^>^ 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.IJoinAttributesMapper})"]

classCustomizer
Type: System..::..Action<(Of <(<'IJoinAttributesMapper>)>)>

[Missing <param name="classCustomizer"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.ICustomizersHolder.AddCustomizer(System.Type,System.Action{NHibernate.Mapping.ByCode.IJoinAttributesMapper})"]

See Also