[Missing <summary> documentation for "T:NHibernate.Mapping.ByCode.IComponentAsIdAttributesMapper`1"]

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

Syntax

C#
public interface IComponentAsIdAttributesMapper<TComponent> : IAccessorPropertyMapper
Visual Basic
Public Interface IComponentAsIdAttributesMapper(Of TComponent) _
	Inherits IAccessorPropertyMapper
Visual C++
generic<typename TComponent>
public interface class IComponentAsIdAttributesMapper : IAccessorPropertyMapper

Type Parameters

TComponent

[Missing <typeparam name="TComponent"/> documentation for "T:NHibernate.Mapping.ByCode.IComponentAsIdAttributesMapper`1"]

See Also