[Missing <summary> documentation for "T:NHibernate.Mapping.ByCode.IUnionSubclassAttributesMapper`1"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public interface IUnionSubclassAttributesMapper<TEntity> : IEntityAttributesMapper, IEntitySqlsMapper where TEntity : class |
Visual Basic |
---|
Public Interface IUnionSubclassAttributesMapper(Of TEntity As Class) _ Inherits IEntityAttributesMapper, IEntitySqlsMapper |
Visual C++ |
---|
generic<typename TEntity> where TEntity : ref class public interface class IUnionSubclassAttributesMapper : IEntityAttributesMapper, IEntitySqlsMapper |
Type Parameters
- TEntity
[Missing <typeparam name="TEntity"/> documentation for "T:NHibernate.Mapping.ByCode.IUnionSubclassAttributesMapper`1"]