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

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

Syntax

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

Type Parameters

TContainer

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

See Also