[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.IBasePlainPropertyContainerMapper`1.Any``1(System.String,System.Type,System.Action{NHibernate.Mapping.ByCode.IAnyMapper})"]

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

Syntax

C#
void Any<TProperty>(
	string notVisiblePropertyOrFieldName,
	Type idTypeOfMetaType,
	Action<IAnyMapper> mapping
)
where TProperty : class
Visual Basic
Sub Any(Of TProperty As Class) ( _
	notVisiblePropertyOrFieldName As String, _
	idTypeOfMetaType As Type, _
	mapping As Action(Of IAnyMapper) _
)
Visual C++
generic<typename TProperty>
where TProperty : ref class
void Any(
	String^ notVisiblePropertyOrFieldName, 
	Type^ idTypeOfMetaType, 
	Action<IAnyMapper^>^ mapping
)

Parameters

notVisiblePropertyOrFieldName
Type: System..::..String

[Missing <param name="notVisiblePropertyOrFieldName"/> documentation for "M:NHibernate.Mapping.ByCode.IBasePlainPropertyContainerMapper`1.Any``1(System.String,System.Type,System.Action{NHibernate.Mapping.ByCode.IAnyMapper})"]

idTypeOfMetaType
Type: System..::..Type

[Missing <param name="idTypeOfMetaType"/> documentation for "M:NHibernate.Mapping.ByCode.IBasePlainPropertyContainerMapper`1.Any``1(System.String,System.Type,System.Action{NHibernate.Mapping.ByCode.IAnyMapper})"]

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

[Missing <param name="mapping"/> documentation for "M:NHibernate.Mapping.ByCode.IBasePlainPropertyContainerMapper`1.Any``1(System.String,System.Type,System.Action{NHibernate.Mapping.ByCode.IAnyMapper})"]

Type Parameters

TProperty

[Missing <typeparam name="TProperty"/> documentation for "M:NHibernate.Mapping.ByCode.IBasePlainPropertyContainerMapper`1.Any``1(System.String,System.Type,System.Action{NHibernate.Mapping.ByCode.IAnyMapper})"]

See Also