[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.Impl.CustomizersImpl.PropertyContainerCustomizer`1.RegisterAnyMapping``1(System.Action{NHibernate.Mapping.ByCode.IAnyMapper},System.Type,System.Reflection.MemberInfo[])"]

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

Syntax

C#
protected void RegisterAnyMapping<TProperty>(
	Action<IAnyMapper> mapping,
	Type idTypeOfMetaType,
	params MemberInfo[] members
)
where TProperty : class
Visual Basic
Protected Sub RegisterAnyMapping(Of TProperty As Class) ( _
	mapping As Action(Of IAnyMapper), _
	idTypeOfMetaType As Type, _
	ParamArray members As MemberInfo() _
)
Visual C++
protected:
generic<typename TProperty>
where TProperty : ref class
void RegisterAnyMapping(
	Action<IAnyMapper^>^ mapping, 
	Type^ idTypeOfMetaType, 
	... array<MemberInfo^>^ members
)

Parameters

mapping
Type: System..::..Action<(Of <(<'IAnyMapper>)>)>

[Missing <param name="mapping"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.CustomizersImpl.PropertyContainerCustomizer`1.RegisterAnyMapping``1(System.Action{NHibernate.Mapping.ByCode.IAnyMapper},System.Type,System.Reflection.MemberInfo[])"]

idTypeOfMetaType
Type: System..::..Type

[Missing <param name="idTypeOfMetaType"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.CustomizersImpl.PropertyContainerCustomizer`1.RegisterAnyMapping``1(System.Action{NHibernate.Mapping.ByCode.IAnyMapper},System.Type,System.Reflection.MemberInfo[])"]

members
Type: array<System.Reflection..::..MemberInfo>[]()[][]

[Missing <param name="members"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.CustomizersImpl.PropertyContainerCustomizer`1.RegisterAnyMapping``1(System.Action{NHibernate.Mapping.ByCode.IAnyMapper},System.Type,System.Reflection.MemberInfo[])"]

Type Parameters

TProperty

[Missing <typeparam name="TProperty"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.CustomizersImpl.PropertyContainerCustomizer`1.RegisterAnyMapping``1(System.Action{NHibernate.Mapping.ByCode.IAnyMapper},System.Type,System.Reflection.MemberInfo[])"]

See Also