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

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

Syntax

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

Type Parameters

TComponent

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

See Also