[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.IClassAttributesMapper`1.Id``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},System.Action{NHibernate.Mapping.ByCode.IIdMapper})"]

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

Syntax

C#
void Id<TProperty>(
	Expression<Func<TEntity, TProperty>> idProperty,
	Action<IIdMapper> idMapper
)
Visual Basic
Sub Id(Of TProperty) ( _
	idProperty As Expression(Of Func(Of TEntity, TProperty)), _
	idMapper As Action(Of IIdMapper) _
)
Visual C++
generic<typename TProperty>
void Id(
	Expression<Func<TEntity, TProperty>^>^ idProperty, 
	Action<IIdMapper^>^ idMapper
)

Parameters

idProperty
Type: System.Linq.Expressions..::..Expression<(Of <(<'Func<(Of <(<'TEntity, TProperty>)>)>>)>)>

[Missing <param name="idProperty"/> documentation for "M:NHibernate.Mapping.ByCode.IClassAttributesMapper`1.Id``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},System.Action{NHibernate.Mapping.ByCode.IIdMapper})"]

idMapper
Type: System..::..Action<(Of <(<'IIdMapper>)>)>

[Missing <param name="idMapper"/> documentation for "M:NHibernate.Mapping.ByCode.IClassAttributesMapper`1.Id``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},System.Action{NHibernate.Mapping.ByCode.IIdMapper})"]

Type Parameters

TProperty

[Missing <typeparam name="TProperty"/> documentation for "M:NHibernate.Mapping.ByCode.IClassAttributesMapper`1.Id``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},System.Action{NHibernate.Mapping.ByCode.IIdMapper})"]

See Also