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

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

Syntax

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

Type Parameters

TEntity

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

See Also