[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.Impl.ICustomizersHolder.InvokeCustomizers(System.Type,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 InvokeCustomizers(
	Type type,
	IJoinAttributesMapper mapper
)
Visual Basic
Sub InvokeCustomizers ( _
	type As Type, _
	mapper As IJoinAttributesMapper _
)
Visual C++
void InvokeCustomizers(
	Type^ type, 
	IJoinAttributesMapper^ mapper
)

Parameters

type
Type: System..::..Type

[Missing <param name="type"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.ICustomizersHolder.InvokeCustomizers(System.Type,NHibernate.Mapping.ByCode.IJoinAttributesMapper)"]

mapper
Type: NHibernate.Mapping.ByCode..::..IJoinAttributesMapper

[Missing <param name="mapper"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.ICustomizersHolder.InvokeCustomizers(System.Type,NHibernate.Mapping.ByCode.IJoinAttributesMapper)"]

See Also