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