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

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

mapKeyElementCustomizer
Type: System..::..Action<(Of <(<'IMapKeyMapper>)>)>

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

Implements

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

See Also