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

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

Syntax

C#
public interface IPropertyContainerMapper<TEntity> : ICollectionPropertiesContainerMapper<TEntity>, 
	IPlainPropertyContainerMapper<TEntity>, IBasePlainPropertyContainerMapper<TContainer>, IMinimalPlainPropertyContainerMapper<TContainer>
where TEntity : class
Visual Basic
Public Interface IPropertyContainerMapper(Of TEntity As Class) _
	Inherits ICollectionPropertiesContainerMapper(Of TEntity), IPlainPropertyContainerMapper(Of TEntity),  _
	IBasePlainPropertyContainerMapper(Of TContainer), IMinimalPlainPropertyContainerMapper(Of TContainer)
Visual C++
generic<typename TEntity>
where TEntity : ref class
public interface class IPropertyContainerMapper : ICollectionPropertiesContainerMapper<TEntity>, 
	IPlainPropertyContainerMapper<TEntity>, IBasePlainPropertyContainerMapper<TContainer>, IMinimalPlainPropertyContainerMapper<TContainer>

Type Parameters

TEntity

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

See Also