[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.Impl.DynamicComponentMapper.Component(System.Reflection.MemberInfo,System.Action{NHibernate.Mapping.ByCode.IDynamicComponentMapper})"]

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

Syntax

C#
public void Component(
	MemberInfo property,
	Action<IDynamicComponentMapper> mapping
)
Visual Basic
Public Sub Component ( _
	property As MemberInfo, _
	mapping As Action(Of IDynamicComponentMapper) _
)
Visual C++
public:
virtual void Component(
	MemberInfo^ property, 
	Action<IDynamicComponentMapper^>^ mapping
) sealed

Parameters

property
Type: System.Reflection..::..MemberInfo

[Missing <param name="property"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.DynamicComponentMapper.Component(System.Reflection.MemberInfo,System.Action{NHibernate.Mapping.ByCode.IDynamicComponentMapper})"]

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

[Missing <param name="mapping"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.DynamicComponentMapper.Component(System.Reflection.MemberInfo,System.Action{NHibernate.Mapping.ByCode.IDynamicComponentMapper})"]

Implements

IBasePlainPropertyContainerMapper..::..Component(MemberInfo, Action<(Of <<'(IDynamicComponentMapper>)>>))

See Also