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

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<IOneToManyMapper> collectionRelationOneToManyCustomizer
)
Visual Basic
Public Sub AddCustomizer ( _
	member As PropertyPath, _
	collectionRelationOneToManyCustomizer As Action(Of IOneToManyMapper) _
)
Visual C++
public:
virtual void AddCustomizer(
	PropertyPath^ member, 
	Action<IOneToManyMapper^>^ collectionRelationOneToManyCustomizer
) 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.IOneToManyMapper})"]

collectionRelationOneToManyCustomizer
Type: System..::..Action<(Of <(<'IOneToManyMapper>)>)>

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

Implements

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

See Also