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

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

Syntax

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

Type Parameters

TComponent

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

See Also