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