[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.IClassAttributesMapper.ComponentAsId(System.Reflection.MemberInfo,System.Action{NHibernate.Mapping.ByCode.IComponentAsIdMapper})"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
void ComponentAsId( MemberInfo idProperty, Action<IComponentAsIdMapper> idMapper ) |
Visual Basic |
---|
Sub ComponentAsId ( _ idProperty As MemberInfo, _ idMapper As Action(Of IComponentAsIdMapper) _ ) |
Visual C++ |
---|
void ComponentAsId( MemberInfo^ idProperty, Action<IComponentAsIdMapper^>^ idMapper ) |
Parameters
- idProperty
- Type: System.Reflection..::..MemberInfo
[Missing <param name="idProperty"/> documentation for "M:NHibernate.Mapping.ByCode.IClassAttributesMapper.ComponentAsId(System.Reflection.MemberInfo,System.Action{NHibernate.Mapping.ByCode.IComponentAsIdMapper})"]
- idMapper
- Type: System..::..Action<(Of <(<'IComponentAsIdMapper>)>)>
[Missing <param name="idMapper"/> documentation for "M:NHibernate.Mapping.ByCode.IClassAttributesMapper.ComponentAsId(System.Reflection.MemberInfo,System.Action{NHibernate.Mapping.ByCode.IComponentAsIdMapper})"]