[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.Impl.CustomizersHolder.AddCustomizer(NHibernate.Mapping.ByCode.PropertyPath,System.Action{NHibernate.Mapping.ByCode.IPropertyMapper})"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public void AddCustomizer( PropertyPath member, Action<IPropertyMapper> propertyCustomizer ) |
Visual Basic |
---|
Public Sub AddCustomizer ( _ member As PropertyPath, _ propertyCustomizer As Action(Of IPropertyMapper) _ ) |
Visual C++ |
---|
public: virtual void AddCustomizer( PropertyPath^ member, Action<IPropertyMapper^>^ propertyCustomizer ) 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.IPropertyMapper})"]
- propertyCustomizer
- Type: System..::..Action<(Of <(<'IPropertyMapper>)>)>
[Missing <param name="propertyCustomizer"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.CustomizersHolder.AddCustomizer(NHibernate.Mapping.ByCode.PropertyPath,System.Action{NHibernate.Mapping.ByCode.IPropertyMapper})"]