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

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

Syntax

C#
public void ComponentAsId(
	MemberInfo idProperty,
	Action<IComponentAsIdMapper> mapper
)
Visual Basic
Public Sub ComponentAsId ( _
	idProperty As MemberInfo, _
	mapper As Action(Of IComponentAsIdMapper) _
)
Visual C++
public:
virtual void ComponentAsId(
	MemberInfo^ idProperty, 
	Action<IComponentAsIdMapper^>^ mapper
) sealed

Parameters

idProperty
Type: System.Reflection..::..MemberInfo

[Missing <param name="idProperty"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.ClassMapper.ComponentAsId(System.Reflection.MemberInfo,System.Action{NHibernate.Mapping.ByCode.IComponentAsIdMapper})"]

mapper
Type: System..::..Action<(Of <(<'IComponentAsIdMapper>)>)>

[Missing <param name="mapper"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.ClassMapper.ComponentAsId(System.Reflection.MemberInfo,System.Action{NHibernate.Mapping.ByCode.IComponentAsIdMapper})"]

Implements

IClassAttributesMapper..::..ComponentAsId(MemberInfo, Action<(Of <<'(IComponentAsIdMapper>)>>))

See Also