Initializes a new instance of the CollectionElementCustomizer class

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

Syntax

C#
public CollectionElementCustomizer(
	PropertyPath propertyPath,
	ICustomizersHolder customizersHolder
)
Visual Basic
Public Sub New ( _
	propertyPath As PropertyPath, _
	customizersHolder As ICustomizersHolder _
)
Visual C++
public:
CollectionElementCustomizer(
	PropertyPath^ propertyPath, 
	ICustomizersHolder^ customizersHolder
)

Parameters

propertyPath
Type: NHibernate.Mapping.ByCode..::..PropertyPath

[Missing <param name="propertyPath"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.CustomizersImpl.CollectionElementCustomizer.#ctor(NHibernate.Mapping.ByCode.PropertyPath,NHibernate.Mapping.ByCode.Impl.ICustomizersHolder)"]

customizersHolder
Type: NHibernate.Mapping.ByCode.Impl..::..ICustomizersHolder

[Missing <param name="customizersHolder"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.CustomizersImpl.CollectionElementCustomizer.#ctor(NHibernate.Mapping.ByCode.PropertyPath,NHibernate.Mapping.ByCode.Impl.ICustomizersHolder)"]

See Also