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

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

collectionRelationElementCustomizer
Type: System..::..Action<(Of <(<'IElementMapper>)>)>

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

Implements

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

See Also