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

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

Syntax

C#
public interface IBasePlainPropertyContainerMapper<TContainer> : IMinimalPlainPropertyContainerMapper<TContainer>
Visual Basic
Public Interface IBasePlainPropertyContainerMapper(Of TContainer) _
	Inherits IMinimalPlainPropertyContainerMapper(Of TContainer)
Visual C++
generic<typename TContainer>
public interface class IBasePlainPropertyContainerMapper : IMinimalPlainPropertyContainerMapper<TContainer>

Type Parameters

TContainer

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

See Also