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

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

Syntax

C#
public void AddCustomizer(
	PropertyPath member,
	Action<IManyToManyMapper> collectionRelationManyToManyCustomizer
)
Visual Basic
Public Sub AddCustomizer ( _
	member As PropertyPath, _
	collectionRelationManyToManyCustomizer As Action(Of IManyToManyMapper) _
)
Visual C++
public:
virtual void AddCustomizer(
	PropertyPath^ member, 
	Action<IManyToManyMapper^>^ collectionRelationManyToManyCustomizer
) sealed

Parameters

member
Type: NHibernate.Mapping.ByCode..::..PropertyPath

[Missing <param name="member"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.CustomizersHolder.AddCustomizer(NHibernate.Mapping.ByCode.PropertyPath,System.Action{NHibernate.Mapping.ByCode.IManyToManyMapper})"]

collectionRelationManyToManyCustomizer
Type: System..::..Action<(Of <(<'IManyToManyMapper>)>)>

[Missing <param name="collectionRelationManyToManyCustomizer"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.CustomizersHolder.AddCustomizer(NHibernate.Mapping.ByCode.PropertyPath,System.Action{NHibernate.Mapping.ByCode.IManyToManyMapper})"]

Implements

ICustomizersHolder..::..AddCustomizer(PropertyPath, Action<(Of <<'(IManyToManyMapper>)>>))

See Also