[Missing <summary> documentation for "T:NHibernate.Mapping.ByCode.IJoinedSubclassMapper`1"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public interface IJoinedSubclassMapper<TEntity> : IJoinedSubclassAttributesMapper<TEntity>, IEntityAttributesMapper, IEntitySqlsMapper, IPropertyContainerMapper<TEntity>, ICollectionPropertiesContainerMapper<TEntity>, IPlainPropertyContainerMapper<TEntity>, IBasePlainPropertyContainerMapper<TContainer>, IMinimalPlainPropertyContainerMapper<TContainer> where TEntity : class |
Visual Basic |
---|
Public Interface IJoinedSubclassMapper(Of TEntity As Class) _ Inherits IJoinedSubclassAttributesMapper(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 IJoinedSubclassMapper : IJoinedSubclassAttributesMapper<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.IJoinedSubclassMapper`1"]