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